Re: Unable to format timestamp with time zone;

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: Graham Leggett <minfrin(at)sharp(dot)fm>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to format timestamp with time zone;
Date: 2002-12-22 16:44:10
Message-ID: 5.1.0.14.1.20021223003625.027d36d0@mbox.jaring.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Would it be a good idea to shutdown postgresql and then make a backup copy
of the entire /data/ directory. Then restart postgresql and try to see how
many rows have allegedly erroneous timezone? e.g. do a select count(*)
where date < some really old date here, to see how many rows affected. Then
do a select, and then update those bad dates if only a few rows affected.

If that works then you might be able to dump your database and upgrade. Not
sure if it would be helpful to dump stuff table by table using pg_dump -
might be useful to check which table has dump problems.

Good luck,
Link.

At 04:26 PM 12/22/02 +0200, Graham Leggett wrote:

>Tom Lane wrote:
>
>>> pg_dump: ERROR: Unable to format timestamp with time zone; internal
>>> coding error
>
>I notice that v7.2.3 was released, but noone made RPMs for it, and the
>spec file in the release is hosed:
>
>[root(at)trilobite ~]# rpm -tb postgresql-7.2.3.tar.gz
>error: File /root/PyGreSQL-3.0-pre20000310.tgz: No such file or directory
>
>Are there any RPMs available anywhere for 7.2.3 that might fix this problem?
>
>Regards,
>Graham
>--
>-----------------------------------------
>minfrin(at)sharp(dot)fm "There's a moon
> over Bourbon Street
> tonight..."
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2002-12-22 19:12:05 v7.3.1 Bundled and Released ...
Previous Message Tom Lane 2002-12-22 16:37:27 Re: Unable to format timestamp with time zone; internal coding error