Re: COPY enhancements - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COPY enhancements
Date
Msg-id 21841.1252686483@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY enhancements  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: COPY enhancements
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Fri, Sep 11, 2009 at 11:37 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> No, it *isn't* cheap. �Particularly not for COPY, for which we need an
>> ad-hoc parser in psql.

> :-(  That's definitely a complication, although it seems to me it will
> need substantial work no matter what option we decide on.

True :-(.  But I'm hoping we only have to revise it once more, not every
time somebody thinks of another COPY option.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RfD: more powerful "any" types
Next
From: "Kevin Grittner"
Date:
Subject: Re: COALESCE and NULLIF semantics