Re: what is the origin of postgreSQL time

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Julius Tuskenis <julius(at)nsoft(dot)lt>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: what is the origin of postgreSQL time
Date: 2008-04-01 14:32:02
Message-ID: 1828.1207060322@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Julius Tuskenis <julius(at)nsoft(dot)lt> writes:
> I gues it would work for you:) It works on 8 servers, still not on this
> one. Permissions seem to be set ok too. Where does postgresql store its
> path to timezone directory? Is there any way to see where is it looking
> for timezone file 'Europe/Vilnius' or 'Egypt' (doesnt work too). In fact
> works only abbreviated timezones like MEST, EEST, GMT etc.... This beats
> me. I cant even imagine what to look for further.

Too bad this is 8.1; on something newer, the contents of the
pg_timezone_names view would be informative.

I still suspect an access permissions problem, but the only way I can
think of to be sure is to strace the Postgres backend process while
you issue SET TIMEZONE, and see what filename it tries to open and
what the kernel's return code is.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Shavonne Marietta Wijesinghe 2008-04-01 14:44:29 connection problems
Previous Message Thomas Bräutigam 2008-04-01 14:25:59 Re: Postgres and SUN