From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Jaime Silvela <JSilvela(at)bear(dot)com> |
Cc: | Guy Fraser <guy(at)incentre(dot)net>, PGSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: DST failing on 8.1.3 |
Date: | 2007-03-14 18:00:59 |
Message-ID: | 26418.1173895259@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Jaime Silvela <JSilvela(at)bear(dot)com> writes:
> I looked for those timezone files, and they're missing on my production
> installation. Probably the upgrade from 7.* to 8.1 was a quick&dirty one.
> I don't even have a 'timezone' folder in the share directory.
Oh, that's your problem then --- 'EST5EDT' is being taken as a Posix
spec for lack of any matching file.
> Would it
> be dangerous to add one until I can upgrade the production installation?
Should work to just copy over the timezone directory tree from a correct
installation on the same machine architecture (I can't recall right now
if the file format is machine-dependent or not). You might have to
restart the postmaster too, before it starts behaving entirely sanely.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Kretschmer | 2007-03-14 18:02:23 | Re: How to write a function that manipulates a set of results |
Previous Message | Randall Smith | 2007-03-14 17:59:22 | Re: quoted identifier behaviour |