Re: permanent EuroDates

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Yury Bokhoncovich <byg(at)center-f1(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: permanent EuroDates
Date: 2002-03-04 10:06:51
Message-ID: 1015236411.7314.96.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2002-03-04 at 09:25, Yury Bokhoncovich wrote:
> On 4 Mar 2002, Oliver Elphick wrote:
>
> > On Mon, 2002-03-04 at 07:11, Yury Bokhoncovich wrote:
> > > Need advice: where is the right place to get eurodates "by default"?
> >
> > export PGDATESTYLE=Iso,European
> > pg_ctl start
>
> Mmmm...but if I wanna POSTGRES-like time format with eurodates?

export PGDATESTYLE=Postgres,European

> Option -e of postgres works fine but its absence in postmaster
> is a pain IMHO. Messing with environement variable is bad IMHO.

You can limit it to pg_ctl itself:

PGDATESTYLE=Postgres,European pg_ctl...

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C

"Give, and it will be given to you. A good measure,
pressed down, taken together and running over,
will be poured into your lap. For with the same
measure that you use, it will be measured to
you." Luke 6:38

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Olivier PRENANT 2002-03-04 10:34:24 Bug or Feature?
Previous Message Yury Bokhoncovich 2002-03-04 09:25:29 Re: permanent EuroDates