Using system time zone database

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Using system time zone database
Дата
Msg-id 200708171124.12106.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: Using system time zone database  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Re: Using system time zone database  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-patches
Because there seems to be an increasing trend among packagers to drop the
PostgreSQL-supplied time zone data and use the operating system's instead, I
figured it would be good to define an official and documented way to do this.
If we could get, say, the Linux, BSD, and Solaris packagers to adopt this,
this would eliminate the bulk of essentially redundant efforts to upgrade the
PostgreSQL packages whenever the time zone data changes.

Here is a proposed patch that you would use like this:

./configure ... --with-system-tzdata=/usr/share/zoneinfo

I'm not sure to what extent the regression tests exercise the specifics of the
time zone data, but when you specify something totally wrong some tests fail,
so it would be easy to catch that.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Вложения

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

Предыдущее
От: Julius Stroffek
Дата:
Сообщение: Optimizer hook
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: Using system time zone database