Re: Problem migrating dump to latest CVS snapshot.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem migrating dump to latest CVS snapshot.
Дата
Msg-id 14331.985303444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem migrating dump to latest CVS snapshot.  (Gunnar R|nning <gunnar@candleweb.no>)
Список pgsql-general
Gunnar R|nning <gunnar@candleweb.no> writes:
> ERROR:  copy: line 154391, Bad timestamp external representation '2000-10-24 15:14:60.00+02'

BTW, did your original data contain any fractional-second timestamps?
I'm wondering if the original value might have been something like
    2000-10-24 15:14:59.999
in which case sprintf's roundoff of the seconds field to %.2f format
would've been enough to do the damage.

            regards, tom lane

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

Предыдущее
От: Lydia Osborne
Дата:
Сообщение: Clarification of the extreme newbie questions
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Foreign keys/unique values and views