Re: Problems with \copy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with \copy
Дата
Msg-id 2486.1019754167@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problems with \copy  (Klaudia Walter <kw243@cam.ac.uk>)
Список pgsql-novice
Klaudia Walter <kw243@cam.ac.uk> writes:
> I am having problems loading files with \copy. It seems that there are
> problems with the newline character.

COPY insists on lines being ended by \n, not \r (Mac convention) nor yet
\r\n (Windows conventions).  Not sure which of these you've got, but
evidently it's not the right one ...

There are plans afoot to make COPY more forgiving, but since there are
backwards-compatibility issues it will take a few versions before we can
complete the changeover.

            regards, tom lane

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

Предыдущее
От: William Meloney
Дата:
Сообщение: Persistent vs. "Normal"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Shell Script Execution