Re: A little COPY speedup - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: A little COPY speedup
Date
Msg-id 45E876B3.1020100@dunslane.net
Whole thread Raw
In response to Re: A little COPY speedup  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
Gregory Stark wrote:
>
>
> The only file formats I ever wanted when I was doing this kind of stuff is tab
> separated, all the others (comma separated and (egads) *pipe* separated?!) are
> just disasters.
>
>



Others of us have to operate in a world where we don't get to choose the
format of data we receive. Having Postgres work with common data
interchange formats is a Good Thing (tm).

(I also have my own opinion of the disutility of tab as a separator.)

cheers

andrew

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: A little COPY speedup
Next
From: Zoltan Boszormenyi
Date:
Subject: Re: Final version of IDENTITY/GENERATED patch