OSDN Git Service

Fix psql to cope with autocommit off, at least during startup.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Oct 2002 02:24:16 +0000 (02:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Oct 2002 02:24:16 +0000 (02:24 +0000)
commit951ec872c703886626c56d08254d38c0cd88fc9e
treee40bfcd906109d01230e57b5c298675300e7403b
parente258a2b436ab9f9a435904fc8dd2acadfbc851b5
Fix psql to cope with autocommit off, at least during startup.
Behavior of backslash commands (especially for large objects)
may still require some thought.
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/describe.c
src/bin/psql/large_obj.c