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:17:56
Message-ID: 20070418001756.964909FB337@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-18 00:18:31 pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Previous Message Bruce Momjian 2007-04-17 23:55:04 Re: [COMMITTERS] pgsql: Also done for PL/pgSQL: < o Add support for WITH HOLD and