Re: datestyle GUC broken in HEAD?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: stark <stark(at)enterprisedb(dot)com>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: datestyle GUC broken in HEAD?
Date: 2007-03-25 18:20:32
Message-ID: 8566.1174846832@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

stark <stark(at)enterprisedb(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-25 19:04:10 Re: [GENERAL] Fun with Cursors- how to rewind a cursor
Previous Message Hannu Krosing 2007-03-25 18:18:19 Re: LIKE optimization in UTF-8 and locale-C