Re: storing TZ along timestamps - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: storing TZ along timestamps
Date
Msg-id 245C8D60-8C50-46DA-85D5-9446F7C4BFD1@nasby.net
Whole thread Raw
In response to Re: storing TZ along timestamps  (Alexey Klyukin <alexk@commandprompt.com>)
List pgsql-hackers
On Jul 6, 2011, at 9:24 AM, Alexey Klyukin wrote:
> So, I'd think there are 2 reasonable approaches to storing the
> timezone part:
> 
> 1. Store the timezone abbreviation (i.e. 'EST' along w/ the timestamp
> data). 
> 2. Assign OID to each of the timezones and store it w/ the timestamp.
> 
> The first option seem to avoid the necessity of creating a new system
> catalog for timezone information and the burden of updating it,
> because current implementation is already capable of translating
> abbreviations to useful timezone information. The question is, whether
> just a TZ abbreviation is sufficient to uniquely identify the timezone
> and get the offset and DST rules. If it's not sufficient, how
> conflicting TZ short names are handled in the current code (i.e. 'AT
> TIME ZONE ...')?

It's not enough. See the timezone_abbreviations setting.
--
Jim C. Nasby, Database Architect                   jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: PostgreSQL Buildfarm client release 4.6
Next
From: Jim Nasby
Date:
Subject: Re: proposal: new contrib module plpgsql's embeded sql validator