From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | evon600c <jcelle(at)deolis(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: French date |
Date: | 2003-01-03 13:29:22 |
Message-ID: | 1041600562.21861.319.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 2002-12-31 at 10:10, evon600c wrote:
> Hello,
> Is there a simple way to configure the postgres server so that it always
> understand the french date format 'dd/mm/yyyy' ?
> Or is there a call i can perform in my client application that could
> have the same effect ?
SET DATESTYLE TO 'ISO,EUROPEAN'
> I wish i had not to set some easy forgetable environment variables such
> as LC_TIME.
For release 7.3 you can add this line to postgresql.conf:
DATESTYLE = 'ISO,European'
In earlier releases, you could define the environment variable
export PGDATESTYLE=ISO,European
before starting the postmaster - you could include it in your startup
script.
--
Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
LFIX Limited
From | Date | Subject | |
---|---|---|---|
Next Message | Patric Bechtel | 2003-01-03 14:21:36 | Re: [GENERAL] 7.3 Prepared statements [Viruschecked] |
Previous Message | Charles H. Woloszynski | 2003-01-03 13:19:38 | Re: [GENERAL] 7.3 Prepared statements |