Thread: pgsql: Document that the COPY delimiter must be an ASCII byte, rather

pgsql: Document that the COPY delimiter must be an ASCII byte, rather

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Document that the COPY delimiter must be an ASCII byte, rather than a
multi-byte value.  It can also be a single-byte encoded character if
the client and server versions match.

Backpatch to 8.2.X.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        copy.sgml (r1.78 -> r1.79)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml.diff?r1=1.78&r2=1.79)