Re: Daylight Saving Time question PostgreSQL 8.1.4 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Daylight Saving Time question PostgreSQL 8.1.4
Date
Msg-id 22781.1173885677@sss.pgh.pa.us
Whole thread Raw
In response to Re: Daylight Saving Time question PostgreSQL 8.1.4  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> What is the actual problem being solved here? That people expected the
> timezone changes to be picked up automatically?  think if you weigh it
> up, that problem is less significant than: ...

One other point is that symlinking to system timezone info will not
cause Postgres to "pick up changes automatically".  You'll probably
still need a postmaster restart to get the new settings loaded in.
If the timezone info update is delivered as part of a Postgres update,
the need for this is fairly obvious, but if it's happening as part
of an update of a seemingly unrelated package, not so much.

To me, the idea of linking to system timezone info is a convenience
for packagers, and it is (and should be) the packagers' responsibility
to determine whether it's a sane idea for their environment.  If they
are competent to determine that, they are certainly competent enough
to make it happen without assistance from our configure script.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [PATCHES] Bitmapscan changes
Next
From: "Joshua D. Drake"
Date:
Subject: Re: My honours project - databases using dynamically attached entity-properties