datestyle GUC broken in HEAD? - Mailing list pgsql-hackers

From stark
Subject datestyle GUC broken in HEAD?
Date
Msg-id 87r6re47dc.fsf@oxford.xeocode.com
Whole thread Raw
Responses Re: datestyle GUC broken in HEAD?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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)



pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Idea for cleaner representation of snapshots
Next
From: Gregory Stark
Date:
Subject: Re: Effects of GUC settings on automatic replans