datestyle in postgresql.conf, version 7.4

Поиск
Список
Период
Сортировка
От Jean-Max Reymond
Тема datestyle in postgresql.conf, version 7.4
Дата
Msg-id 3FD78C2D.5060709@free.fr
обсуждение исходный текст
Ответы Re: datestyle in postgresql.conf, version 7.4
Список 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@free.fr tel: 33 (0)6 16 94 25 11
http://jmreymond.free.fr/Etna2002


В списке pgsql-general по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: [NOVICE] PostgreSQL Training
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Strange permission problem regarding pg_settings