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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Date: 2007-04-18 00:18:31
Message-ID: 20070418001831.F09979FB365@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-18 00:37:34 Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Previous Message Bruce Momjian 2007-04-18 00:17:56 pgsql: Document that the COPY delimiter must be an ASCII byte, rather