- option to consider client-side
- errors as a reason to roll back the transaction (Kyotaro Horiguchi,
- Michael Paquier)
-
-
- Previously,
psql blindly
- issued COMMIT at the end of
- a session. Now it will
- instead issue ROLLBACK if any errors were
- detected. This makes no difference for server-detected errors
- (because the server would then convert COMMIT
- to ROLLBACK anyway), but it prevents committing
- after a client-side error.
-
-
-
-
-