Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to

Bruce Momjian <bruce@momjian.us>

Commit: a65b1b738c07c98baaf38289eccd1b5fa054453d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-04-28T13:09:59Z
Releases: 8.1.0
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

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +23 −1
src/bin/psql/common.c modified +73 −7