From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/ oc/src/sgml/ref/psql-ref.sgml oc ... |
Date: | 2003-06-28 00:12:40 |
Message-ID: | 20030628001240.B0AB63103D8@svr1.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-06-28 00:36:41 | pgsql-server/contrib/isbn_issn isbn_issn.sql.in |
Previous Message | Tom Lane | 2003-06-28 00:06:02 | pgsql-server/src/interfaces/libpq fe-exec.c |