Re: COPY for CSV documentation - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: COPY for CSV documentation
Date
Msg-id 200404120312.i3C3CD713770@candle.pha.pa.us
Whole thread Raw
In response to Re: COPY for CSV documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > That's what I was wondering.  Is triggering CSV for multi-character
> > delimiters a little too clever?  This reminds me of the use of LIMIT X,Y
> > with no indication which is limit and which is offset.
>
> I agree, this seems risky and not at all readable to someone who doesn't
> remember exactly how the parameter is defined.

Yep.

> >> COPY a FROM stdin WITH DELIMITER "," QUOTE '"' EQUOTE '"';
> > EQUOTE for embedded quote.
>
> ESCAPE would be better no?  It's already a keyword ...

Yep.

> BTW, don't forget that the syntax options have to be provided in psql's
> \copy as well.  Did the patch cover that?

Oh, yea.  That needs to be done too.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: COPY for CSV documentation
Next
From: "Serguei Mokhov"
Date:
Subject: Re: Russian FAQ update