Re: Time Zone in Postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Shilpa Sudhakar <ssudhakar(at)internode(dot)com(dot)au>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Time Zone in Postgres
Date: 2008-03-07 01:21:03
Message-ID: 29379.1204852863@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Shilpa Sudhakar wrote:
>> If DST changes are done in version 8.2.5 and up, is there any way to
>> recompile the timezone files in our existing versions without upgrading.

> FWIW this change is also in 8.1.11.

... and 8.0.14 ...

Anyway, yes, you could get the newer zoneinfo source files and run them
through zic, but it's hard to see why that would be a smarter thing to
do than a database update. There are known data-loss bugs in the minor
version you're running, and you ought to be a lot more worried about
those than about whether Postgres is a week off about the next DST
transition.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shilpa Sudhakar 2008-03-07 01:51:37 Re: Time Zone in Postgres
Previous Message Alvaro Herrera 2008-03-07 01:05:35 Re: Time Zone in Postgres