CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/06/27 21:12:40

Modified files:
        doc/src/sgml/ref: psql-ref.sgml 
        doc/src/sgml   : release.sgml 
        src/bin/psql   : command.c command.h common.c common.h copy.c 
                         copy.h large_obj.c prompt.c settings.h 
                         startup.c variables.c variables.h 

Log message:
        Update psql for some features of new FE/BE protocol.  There is a
        client-side AUTOCOMMIT mode now: '\set AUTOCOMMIT off' supports
        SQL-spec commit behavior.  Get rid of LO_TRANSACTION hack --- the
        LO operations just work now, using libpq's ability to track the
        transaction status.  Add a VERBOSE variable to control verboseness
        of error message display, and add a %T prompt-string code to show
        current transaction-block status.  Superuser state display in the
        prompt string correctly follows SET SESSION AUTHORIZATION commands.
        Control-C works to get out of COPY IN state.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to