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 20070418001756.964909FB337@postgresql.org
Whole thread Raw
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.

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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update TODO for plpgsql cursors: < o -Add support for WITH
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that the COPY delimiter must be an ASCII byte, rather