Postgresql – Does rolling back to a savepoint release interim savepoints?
I'm studying Postgres by reading the docs, and section 3.4 says this: "Keep in mind that either releasing or rolling back to a savepoint will automatically release all savepoints that were defined after it. https://postgresql.org/docs/current/tutorial-transactions.html Surely they mean "will automatically…