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

From Tom Lane
Subject Re: Argentinian timezone change at the last moment. How to change pgsql tz db?
Date
Msg-id 24363.1199317514@sss.pgh.pa.us
Whole thread Raw
In response to Re: Argentinian timezone change at the last moment. How to change pgsql tz db?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: Argentinian timezone change at the last moment. How to change pgsql tz db?  ("Fernando Hevia" <fhevia@ip-tel.com.ar>)
Re: Argentinian timezone change at the last moment. How to change pgsql tz db?  ("Fernando Hevia" <fhevia@ip-tel.com.ar>)
List pgsql-sql
"Scott Marlowe" <scott.marlowe@gmail.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


pgsql-sql by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Argentinian timezone change at the last moment. How to change pgsql tz db?
Next
From: "Fernando Hevia"
Date:
Subject: Re: Argentinian timezone change at the last moment. How to change pgsql tz db?