The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/sql-commit.html Description:
Deferrable constraints, deadlocks and possibly other deferred or lazily evaluated rules are checked upon commit. What happens if they are not met and the commit statement fails? Does the transaction then implicitly rollback? Or do I need an explicit rollback?