Improve pg_dump and psql to use libpq's newer COPY support routines,

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

Commit: decdaf3592dfa05642373a7bffcb431e45cc5aac
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-03-03T23:38:30Z
Releases: 8.2.0
Improve pg_dump and psql to use libpq's newer COPY support routines,
instead of the old deprecated ones.
Volkan Yazici, with some editorializing by moi.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_db.c modified +17 −10
src/bin/pg_dump/pg_dump.c modified +19 −32
src/bin/psql/common.c modified +9 −2
src/bin/psql/copy.c modified +100 −90