Bad timestamp external representation

From: Jim Worke <jimworke(at)inbox(dot)lv>
To: pgsql-general(at)postgresql(dot)org
Subject: Bad timestamp external representation
Date: 2002-11-27 23:18:12
Message-ID: 200211280718.12918.jimworke@inbox.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-11-27 23:29:12 Re: Shared library
Previous Message Medi Montaseri 2002-11-27 23:14:17 [Fwd: Re: EXECUTE problems]