Fix psql to cope with autocommit off, at least during startup.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 951ec872c703886626c56d08254d38c0cd88fc9e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-10-15T02:24:16Z
Releases: 7.3.1
Fix psql to cope with autocommit off, at least during startup.
Behavior of backslash commands (especially for large objects)
may still require some thought.

Files

PathChange+/−
src/bin/psql/command.c modified +8 −4
src/bin/psql/common.c modified +32 −12
src/bin/psql/common.h modified +2 −2
src/bin/psql/copy.c modified +2 −2
src/bin/psql/describe.c modified +23 −23
src/bin/psql/large_obj.c modified +11 −11