From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Naz Gassiep <naz(at)mira(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Timezone view |
Date: | 2008-02-21 14:23:23 |
Message-ID: | 20080221142323.GB9174@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Feb 20, 2008 at 11:43:43PM +0700, Naz Gassiep wrote:
> Not true, the zone.tab file has 398 zones defined, and in my PG 8.2
> running on Debian, there are 564 timezones listed in pg_timezone_names.
> The field I propose would indicate which 398 of those 564 are listed in
> zone.tab as those are the actual Olsen defined timezones, the rest are
> aliases.
The zone.tab doesn't have all the zones. Try:
find /usr/share/zoneinfo/ -name posix -prune -o -name right -prune -o -type f |wc -l
Gives 577 on my system.
Not sure if the zone.tab is even used.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
> -- John F Kennedy
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2008-02-21 14:28:00 | Re: Batch update of indexes on data loading |
Previous Message | Magnus Hagander | 2008-02-21 12:22:59 | Re: Getting available options |