datestyle GUC broken in HEAD?

From: stark <stark(at)enterprisedb(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: datestyle GUC broken in HEAD?
Date: 2007-03-24 22:14:07
Message-ID: 87r6re47dc.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

(perhaps with the committing and then reversing of the custom variables
patch?)
postgres=# show datestyle;
DateStyle
-----------
ISO, DMY
(1 row)
postgres=# set datestyle='DMY,ISO';
SET
postgres=# show datestyle;
DateStyle
-----------
ISO, DMY
(1 row)
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-03-24 23:12:22 Re: Grouped Index Tuples / Clustered Indexes
Previous Message Gregory Stark 2007-03-24 21:37:07 Re: Idea for cleaner representation of snapshots