Re: psql copy command - 1 char limitation on delimiter

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql copy command - 1 char limitation on delimiter
Дата
Msg-id 16194.1285423422@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql copy command - 1 char limitation on delimiter  (rey <reywang@optonline.net>)
Ответы Re: psql copy command - 1 char limitation on delimiter
Re: psql copy command - 1 char limitation on delimiter
Список pgsql-general
rey <reywang@optonline.net> writes:
> Why limit this to a single character?

Performance.  Believe it or not, breaking fields at the delimiter is
a significant factor in COPY speed.

            regards, tom lane

В списке pgsql-general по дате отправления: