pgsql: Add psql \set ON_ERROR_ROLLBACK to allow statements in a

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add psql \set ON_ERROR_ROLLBACK to allow statements in a
Date: 2005-04-28 13:09:59
Message-ID: 20050428130959.B646853B9D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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".

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.134 -> r1.135)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.134&r2=1.135)
pgsql/src/bin/psql:
common.c (r1.96 -> r1.97)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.96&r2=1.97)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-04-28 13:25:41 pgsql: Add WAL compression item to TODO.detail.
Previous Message James William Pye 2005-04-28 01:08:57 python - web: Add feature list.