datestyle in postgresql.conf, version 7.4

From: Jean-Max Reymond <jmreymond(at)free(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: datestyle in postgresql.conf, version 7.4
Date: 2003-12-10 21:12:13
Message-ID: 3FD78C2D.5060709@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to have the date in french format for my postgres 7.4 database.
reading the documentation, three ways to get it.
1. set datestyle to 'postgres,european'; for each session, it works OK
2. old style export
PGDATESTYLE='Postgres,European';/usr/local/pgsql/bin/pg_ctl -D
/home/local/BasePostgres/ -l logfile -o -i start it works OK
3. datestyle="Postgres, European" in the postgresql.conf file, but
unfortunately it does nor work

what's wrong?

--
Jean-Max Reymond email: jmreymond(at)free(dot)fr tel: 33 (0)6 16 94 25 11
http://jmreymond.free.fr/Etna2002

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2003-12-10 21:12:34 Re: PostgreSQL Training
Previous Message Stephan Szabo 2003-12-10 20:49:24 Re: [NOVICE] PostgreSQL Training