Re: Timezones in 8.2.7

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Timezones in 8.2.7
Date: 2008-03-26 17:26:27
Message-ID: 47EA8743.4010202@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

After I sent my last email, a light bulb went off. I remembered a
similar problem I had a while ago with parts of postgres not having read
permission. Sure enough after I

[root(at)xx /usr/local/pgsql]# chmod -R a+r *

then restart postgres everything is fine.

This is a IMHO a bug in the install script. All of the postgres install
should be world readable, regardless of the umask (or at least provide
a warning).

Tom Lane wrote:
> Joseph S <jks(at)selectacast(dot)net> writes:
>> Tom Lane wrote:
>>> Works for me ... what have you got TimeZone set to?
>
>> /etc/localtime -> /usr/share/zoneinfo/US/Eastern
>
> You didn't answer the question: what does "SHOW TimeZone" say?
>
> regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2008-03-26 17:26:45 Re: Survey: renaming/removing script binaries (createdb, createuser...)
Previous Message Kevin Hunter 2008-03-26 17:24:16 Re: Survey: renaming/removing script binaries (createdb, createuser...)