pgsql: Document that the COPY delimiter must be an ASCII byte, rather - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Date
Msg-id 20070418001831.F09979FB365@postgresql.org
Whole thread Raw
Responses Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-committers
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        copy.sgml (r1.77 -> r1.77.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml.diff?r1=1.77&r2=1.77.2.1)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Next
From: "Andrew Dunstan"
Date:
Subject: Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather