Postgres Date Format. - Mailing list pgsql-novice

From fatboy2000@btinternet.com
Subject Postgres Date Format.
Date
Msg-id 3a218287.295b.0@btinternet.com
Whole thread Raw
List 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 by date:

Previous
From: Dmitri Touretsky
Date:
Subject: One more simple question...
Next
From: fatboy2000@btinternet.com
Date:
Subject: Postgres Date Question