Bad timestamp external representation - Mailing list pgsql-general

From Jim Worke
Subject Bad timestamp external representation
Date
Msg-id 200211280718.12918.jimworke@inbox.lv
Whole thread Raw
Responses Re: Bad timestamp external representation  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Shared library
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Select nextval problem