Re: Timezone database changes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Timezone database changes
Date
Msg-id 4244.1192129060@sss.pgh.pa.us
Whole thread Raw
In response to Re: Timezone database changes  (Magne Mæhre <Magne.Mahre@Sun.COM>)
List pgsql-hackers
Magne Mæhre <Magne.Mahre@Sun.COM> writes:
> Correct me if I'm wrong, but IIRC there is no universally accepted 
> canonical list of time zone names (labels).

Yeah; we have an agreed-on list of names for the purposes of PG, namely
the names shown by pg_timezone_names, but that list changes from time to
time.  What's worse, it might be different on some platforms than others
even for the same PG release, since some distros override our zic
database with the system's own.

So one of the problems that would have to be surmounted to have a
datatype that embeds a zone ID is to figure out a persistent, but
compact, ID to assign to each zone ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: andy
Date:
Subject: Re: full text search in 8.3
Next
From: Andrew Dunstan
Date:
Subject: Re: full text search in 8.3