Re: storing TZ along timestamps - Mailing list pgsql-hackers

From Robert Haas
Subject Re: storing TZ along timestamps
Date
Msg-id CA+TgmoYivPhmhM=5tmf239Gz4dEAt_SeHuQ9cOcnzYvipVaX8Q@mail.gmail.com
Whole thread Raw
In response to Re: storing TZ along timestamps  (Jim Nasby <jim@nasby.net>)
Responses Re: storing TZ along timestamps
List pgsql-hackers
On Mon, Jul 25, 2011 at 6:26 PM, Jim Nasby <jim@nasby.net> wrote:
> Hrm, don't we only pull in ZIC info on a reload? Or do we actually refer to it dynamically all the time? Perhaps we
canenforce that we'll only recognize new TZ info as part of a config reload?
 

Hmm.  That might work in theory, but I don't see any good way to
update every database's tz table on each reload.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: pgbench --unlogged-tables
Next
From: Robert Haas
Date:
Subject: Re: vacuumlo patch