SQL99 time zones - Mailing list pgsql-hackers

From Thomas Lockhart
Subject SQL99 time zones
Date
Msg-id 3BC71EAD.68616CEE@fourpalms.org
Whole thread Raw
Responses Re: SQL99 time zones
List pgsql-hackers
I'm working on patches to implement the (slightly brain damaged) SQL9x
time zone spec. This allows one to specify a numeric time offset for the
time zone.

The changes do not affect system catalogs, touching the date/time
routines in a few places and affecting gram.y and variable.c. To get the
range of choices to include those specified by the standard I am
changing the interface to SetPGVariable() to accept parser nodes rather
than just a string as an argument. This should make some of the other
SET variables easier to support too.

These changes are not quite ready to go (since I need to go back and fix
up the other parameters supported by SetPGVariable()) but I believe that
they are very low risk since the default behavior would stay the same.

I expect to have this ready at the beginning of next week. One might
consider this a bug fix...

Comments?
                       - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: [Fwd: Postgre SQL Developer - Chicago, IL]
Next
From: Hannu Krosing
Date:
Subject: Re: optimizer question