Thanks Tom  That worked !!! I added /etc/TIMEZONE  & put TZ=EST export TZ in
that file

then in /etc/profile I added 

#prw added 2/20/2002 for timezone
# Set the TIMEZONE      

        if [ -r /etc/TIMEZONE ]
        then
           . /etc/TIMEZONE      

then logged out as postgres user & back in  & stopped & restarted using
pg_ctl

and did show time zone  & it said EST

thanks & thanks to this wonderful messaging -- you guys are terrific to help
out like this

Pam    
-----Original Message-----
From: Tom Lane [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 10:40 AM
To: Pam Wampler
Cc: [EMAIL PROTECTED]
Subject: Re: [ADMIN] How to set time zone permanently 


Pam Wampler <[EMAIL PROTECTED]> writes:
> Where do I & how do I permanently set the time zone?

I think best/only way right now is to set the TZ environment variable
before starting the postmaster.  The TimeZone variable ought to be 
settable from postgresql.conf, but for some reason it's not there now.

BTW, if the system default timezone is not already the way you want it,
you might consider making it so rather than putting a special hack into
the Postgres start script.  This usually involves creating or changing
a configuration file somewhere under /etc ...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to