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

From Tom Lane
Subject Re: datestyle GUC broken in HEAD?
Date
Msg-id 8566.1174846832@sss.pgh.pa.us
Whole thread Raw
In response to datestyle GUC broken in HEAD?  (stark <stark@enterprisedb.com>)
Responses Re: datestyle GUC broken in HEAD?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: LIKE optimization in UTF-8 and locale-C
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Fun with Cursors- how to rewind a cursor