Re: Date format issue - Mailing list pgsql-sql

From Tom Lane
Subject Re: Date format issue
Date
Msg-id 9457.1079625340@sss.pgh.pa.us
Whole thread Raw
In response to Re: Date format issue  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-sql
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> You didn't say what version you're using, but IIRC, there was a bug which
> caused the above sort of behavior.  I think it was fixed in 7.4 and could
> be fixed in 7.3.x with a catalog change which you might be able to find in
> the archives.

Good memory!  Here's the CVS log entry:

2003-03-13 23:44  tgl
* src/include/catalog/pg_proc.h (REL7_3_STABLE): Repair incorrectprorettype entry for timestamptz_izone.  Can't force
initdbin the7.3 branch, but we can at least make it right for people whoinstall 7.3.3 from scratch.
 

It looks likeUPDATE pg_proc SET prorettype = 1114 WHERE oid = 1026;
would fix it, but I counsel testing that in a scratch database ...
        regards, tom lane


pgsql-sql by date:

Previous
From: sad
Date:
Subject: perfomance question
Next
From: Josh Berkus
Date:
Subject: Re: perfomance question