datestyle GUC broken in HEAD?

Started by Bruce Momjianabout 19 years ago3 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

(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)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: datestyle GUC broken in HEAD?

stark <stark@enterprisedb.com> writes:

postgres=# show datestyle;
DateStyle
-----------
ISO, DMY
(1 row)
postgres=# set datestyle='DMY,ISO';
SET
postgres=# show datestyle;
DateStyle
-----------
ISO, DMY
(1 row)

What's your point?

regards, tom lane

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: datestyle GUC broken in HEAD?

"Tom Lane" <tgl@sss.pgh.pa.us> writes:

What's your point?

Apparently my point is that I should have checked the docs before assuming I
understood how this variable worked. I guess I've never needed to touch it
before.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com