Re: A little COPY speedup

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: A little COPY speedup
Дата
Msg-id 45E876B3.1020100@dunslane.net
обсуждение исходный текст
Ответ на Re: A little COPY speedup  (Gregory Stark <stark@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A little COPY speedup
Следующее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: Final version of IDENTITY/GENERATED patch