From: | Paul Lindner <lindner(at)inuus(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Latest timezone data in 8.1.4 |
Date: | 2006-06-10 12:44:37 |
Message-ID: | 20060610124437.GC25164@inuus.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
At work, our production 8.1.x systems were having problems with
timezones. A new code push had newer 2006 time zones that Postgres
didn't recognize.
To fix this I built a custom RPM that overwrites the timezone data
with the latest data from nih.gov.
I changed the postgres-8.1.4-1PDG.spec file as follows:
* Add the following line to the end of the Source file section:
Source99: ftp://elsie.nci.nih.gov/pub/tzdata2006g.tar.gz
* Add the following commands to the end of the %prep section
cd src/timezone/data
tar xzvf %{SOURCE99}
Some questions...
* Is this the correct way to do this?
* Can updating the timezone data be a part of the release checklist?
* Finally, is it possible to upgrade a running server with new timezone
data?
--
Paul Lindner ||||| | | | | | | | | |
lindner(at)inuus(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-06-10 12:48:18 | Re: archive threads across months (was Re: [HACKERS] |
Previous Message | Mark Cave-Ayland | 2006-06-10 12:33:44 | Re: Proposal for debugging of server-side stored procedures |