Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to
Bruce Momjian <bruce@momjian.us>
Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to error without affecting the entire transaction. Valid values are "on|interactive|off".
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +23 −1 |
| src/bin/psql/common.c | modified | +73 −7 |