pgsql-server: Fix some shortcomings in psql's autocommit-off mode

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix some shortcomings in psql's autocommit-off mode
Date: 2004-09-20 18:51:20
Message-ID: 20040920185120.2B284329E72@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Modified Files:
--------------
pgsql-server/doc/src/sgml/ref:
psql-ref.sgml (r1.121 -> r1.122)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.121&r2=1.122)
pgsql-server/src/bin/psql:
common.c (r1.90 -> r1.91)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/common.c.diff?r1=1.90&r2=1.91)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-20 22:48:33 pgsql-server: Some editorializing on the docs for the dollar-quoting
Previous Message Tom Lane 2004-09-20 17:54:05 pgsql-server: Documentation improvements, per Josh Berkus.