Support binary COPY through psql. Also improve detection of write errors
Tom Lane <tgl@sss.pgh.pa.us>
Support binary COPY through psql. Also improve detection of write errors during COPY OUT. Andreas Pflug, some editorialization by moi.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +8 −5 |
| src/bin/psql/common.c | modified | +3 −2 |
| src/bin/psql/copy.c | modified | +87 −48 |
| src/bin/psql/copy.h | modified | +2 −2 |