Postgres Date Format.

Поиск
Список
Период
Сортировка
От fatboy2000@btinternet.com
Тема Postgres Date Format.
Дата
Msg-id 3a218287.295b.0@btinternet.com
обсуждение исходный текст
Список pgsql-novice
I want to change the way Postgres displays the date.
I know I need to use

SET DATESTYLE TO 'POSTGRES,EUROPEAN';

But it seems that Postgres defaults back to the normal
ISO date after the connection is closed.

I've done this from the psql command line and it works,
but can someone let me know what I should include in a
PHP webpage to do the same?

Cheers! James

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

Предыдущее
От: Dmitri Touretsky
Дата:
Сообщение: One more simple question...
Следующее
От: fatboy2000@btinternet.com
Дата:
Сообщение: Postgres Date Question