Re: COPY problem with bad dates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY problem with bad dates
Дата
Msg-id 28298.1040229014@sss.pgh.pa.us
обсуждение исходный текст
Ответ на COPY problem with bad dates  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-bugs
Bruno Wolff III <bruno@wolff.to> writes:
> ERROR:  copy: line 1, Bad timestamp external representation '11/31/02'
> lost synchronization with server, resetting connection

This is not a backend crash, this is libpq's standard operating
procedure for recovering from an error during COPY.

If we had a less brain-dead COPY protocol (ie, one that actually had
provisions for error abort), we'd not have to do this.  See plans for
7.4 protocol revisions ...

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: COPY problem with bad dates
Следующее
От: Tom Lane
Дата:
Сообщение: Re: strange problem