From: | dodo(at)interlinx(dot)it (Doriano Azzena) |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PGDATESTYLE + SuSe 8.0 |
Date: | 2002-11-02 09:21:11 |
Message-ID: | 997d5dc0.0211020121.579738df@posting.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
dodo(at)interlinx(dot)it (Doriano Azzena) wrote in message news:<997d5dc0(dot)0210100850(dot)440549ed(at)posting(dot)google(dot)com>...
> SuSe Linux 8.0 Postgresql 7.2
>
> Inserting export PGDATESTYLE=SQL,NonEuropean in /etc/rc.d/postgresql
> Effect: nothing happens
>
>
> Inserting PGDATESTYLE=SQL,NonEuropean export PGDATESTYLE in
> /var/lib/pgsql/.bash_profile
> is ok with psql but php4 continue to sense date ISO
>
> Any hints ?
>
> Thank You
>
> dodo
OK it works
/etc/rc.d/postgresql
change the line
/sbin/startproc -e -t 1 -u postgres .......
to
/sbin/startproc -t 1 -u postgres..........
ciao
From | Date | Subject | |
---|---|---|---|
Next Message | Tino Wildenhain | 2002-11-02 09:33:09 | Re: unique in two not so unique columns |
Previous Message | Martijn van Oosterhout | 2002-11-02 08:43:16 | Re: unique in two not so unique columns |