Bad timestamp external representation

Поиск
Список
Период
Сортировка
От Jim Worke
Тема Bad timestamp external representation
Дата
Msg-id 200211280718.12918.jimworke@inbox.lv
обсуждение исходный текст
Ответы Re: Bad timestamp external representation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
After reading the mailing list, I still can't get the answer to this:

ERROR:  copy: line 1, Bad timestamp external representation '28/04/2002
18:15:37.00 SGT'
lost synchronization with server, resetting connection

I'm using pg_dump from 7.1 to 7.2.  When in postgresql, I run "select
current_timestamp;" and it came out:
          timestamptz
--------------------------------
 27/11/2002 21:40:46.602827 SGT
(1 row)

This is due to running "export PGDATESTYLE='european,sql' before postmaster.
So, I guess SGT is being recognised.  However, when I changed the SGT to +08
in the dumped file, it works.

Can anyone help me?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Shared library
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Select nextval problem