Is there any chance of `ROLLBACK TO SAVEPOINT` erasing data in PostgreSQL?
Question When working with SQL, I am familiar with preparing SQL statements, and then either committing them if nothing goes wrong, or bailing out if something does (which to my understanding leaves the database unchanged). I am now however in…