Re: Timezone List

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Timezone List
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA3565E@algol.sollentuna.se
обсуждение исходный текст
Ответ на Re: Timezone List  (Andrew - Supernews <andrew+nonews@supernews.com>)
Ответы Re: Timezone List  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> >> In the CVS version there is a table with this information:
> >> http://developer.postgresql.org/pgdocs/postgres/view-pg-
> timezonenames
> >> .html
> >
> > Actually, what that view gives you is timezone offset
> abbreviations,
> > not the full zone names that you could use with SET TIME ZONE.
> It
> > strikes me that we should have a view for that as well.  We could
> use
> > code similar to scan_available_timezones() to generate the view
> output.
>
> Any view over the full timezone names should also include the
> corresponding data from zone.tab in the timezone library source.

Just noticed this mail, so that's not included in my patch. But couldn't
we just load that file up in a separate table if needed, and then join
with it when necessary?

//Magnus



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Fixed length data types issue
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: UUID/GUID discussion leading to request for hexstring bytea?