Improve pg_dump and psql to use libpq's newer COPY support routines,
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |