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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Fix some shortcomings in psql's autocommit-off mode
Date
Msg-id 20040920185120.2B284329E72@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Documentation improvements, per Josh Berkus.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Some editorializing on the docs for the dollar-quoting