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