Re: COPY enhancements - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COPY enhancements
Date
Msg-id 6412.1252771020@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY enhancements  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: COPY enhancements
Re: COPY enhancements
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> At the same time, I think it's probably not a good thing that users who 
> deal with very large amounts of data would be forced off the COPY fast 
> path by a need for something like input support for non-rectangular 
> data.

[ shrug... ]  Everybody in the world is going to want their own little
problem to be handled in the fast path.  And soon it won't be so fast
anymore.  I think it is perfectly reasonable to insist that the fast
path is only for "clean" data import.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: drop tablespace error: invalid argument
Next
From: Andrew Dunstan
Date:
Subject: plperl returning setof foo[]