Support binary COPY through psql. Also improve detection of write errors

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

Commit: 223ae6957f76f356bda883d427812d9214394f84
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-05-26T19:51:29Z
Releases: 8.2.0
Support binary COPY through psql.  Also improve detection of write errors
during COPY OUT.  Andreas Pflug, some editorialization by moi.

Files

PathChange+/−
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