Postgres Date Format.

From: fatboy2000(at)btinternet(dot)com
To: pgsql-novice(at)postgresql(dot)org
Subject: Postgres Date Format.
Date: 2000-11-26 21:37:11
Message-ID: 3a218287.295b.0@btinternet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message fatboy2000 2000-11-26 21:55:22 Postgres Date Question
Previous Message Tom Samplonius 2000-11-26 18:58:34 Re: Re: [NOVICE] Re: re : PHP and persistent connections