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.

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)

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

From
"Andrew Dunstan"
Date:

Bruce Momjian wrote:
> 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.
>

Are you also going to fix the error messages in copy.c ?

cheers

andrew


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

From
Bruce Momjian
Date:
Andrew Dunstan wrote:
>
>
> Bruce Momjian wrote:
> > 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.
> >
>
> Are you also going to fix the error messages in copy.c ?

Yes, thanks, now:

          errmsg("COPY delimiter must be a single ASCII character")));

Only for CVS HEAD.

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +