I am looking for similar commands in Postgres as in Git. The reason is that my debugging is slow in Postges, due to my inability to clone and do things like in Git.
- How can I clone a db, like a branch?
- How can I create a new "branch"?
- Is there some Git mode for Postgres?
- How do you deal with errors in Postgres?
- Do you clone the db, or remove it and create new or something else?