Re: Argentinian timezone change at the last moment. How to change pgsql tz db?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Cc: Joe <dev(at)freedomcircle(dot)net>, "Fernando Hevia" <fhevia(at)ip-tel(dot)com(dot)ar>, "SQL Postgresql List" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Argentinian timezone change at the last moment. How to change pgsql tz db?
Date: 2008-01-02 23:45:14
Message-ID: 24363.1199317514@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

"Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> writes:
> That doesn't get me what I need. It lets me change the alias of
> timezones, but not the start and stop of daylight savings time. I
> think for that I'd have to edit / replace the files in
> postgresql-8.2.x/src/timezone/data/ and recompile to fix this.

Since the OP has apparently already managed to get updated tzdata files
installed on his system, he could just copy them into
/usr/share/postgresql/timezone --- anything using zic should be a
compatible file format.

The lack-of-ARST-on-input problem can be addressed by mucking with
/usr/share/postgresql/timezonesets/Default, if you're using 8.2.
In earlier versions the table is hardwired into datetime.c :-(

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Usama Dar 2008-01-03 00:41:04 Re: PITR - filter by database?
Previous Message Scott Marlowe 2008-01-02 23:29:39 Re: Argentinian timezone change at the last moment. How to change pgsql tz db?

Browse pgsql-sql by date

  From Date Subject
Next Message Fernando Hevia 2008-01-03 12:27:14 Re: Argentinian timezone change at the last moment. How to change pgsql tz db?
Previous Message Scott Marlowe 2008-01-02 23:29:39 Re: Argentinian timezone change at the last moment. How to change pgsql tz db?