Re: storing TZ along timestamps

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: storing TZ along timestamps
Дата
Msg-id 245C8D60-8C50-46DA-85D5-9446F7C4BFD1@nasby.net
обсуждение исходный текст
Ответ на Re: storing TZ along timestamps  (Alexey Klyukin <alexk@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: PostgreSQL Buildfarm client release 4.6
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: proposal: new contrib module plpgsql's embeded sql validator