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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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)