pgsql-server/src/bin/psql command.c common.c c ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/10/14 22:24:16

Modified files:
src/bin/psql : command.c common.c common.h copy.c describe.c
large_obj.c

Log message:
Fix psql to cope with autocommit off, at least during startup.
Behavior of backslash commands (especially for large objects)
may still require some thought.