]> granicus.if.org Git - postgresql/commit
Fix some shortcomings in psql's autocommit-off mode concerning detection
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Sep 2004 18:51:19 +0000 (18:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Sep 2004 18:51:19 +0000 (18:51 +0000)
commit5b564e53070c60b3fecbd5c9b15e6a44d83b47e1
treef02dbd1bde8596ff7fb23e15a8315e859e303b4d
parent9332d0baba0ed8e77432bfc96c433e19c8487123
Fix some shortcomings in psql's autocommit-off mode concerning detection
of commands for which a transaction block should not be forced.  Recognize
VACUUM and other PreventTransactionChain commands; handle nested /* .. */
comments correctly; handle multibyte encodings correctly.
Michael Paesold with some kibitzing from Tom Lane.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/common.c