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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Bruce Momjian <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Date: 2007-04-18 00:37:34
Message-ID: 200704180037.l3I0bY101516@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-18 00:38:57 pgsql: Update error message for COPY with a multi-byte delimiter.
Previous Message Bruce Momjian 2007-04-18 00:18:31 pgsql: Document that the COPY delimiter must be an ASCII byte, rather