Re: [HACKERS] allowed user/db variables - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] allowed user/db variables
Date
Msg-id 200307200400.h6K40va19355@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] allowed user/db variables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> This reminds me, someone (Barry?) was griping that SHOW DATESTYLE
> >> doesn't produce a value that SET DATESTYLE will take.  Did we agree
> >> that it was OK to change the output to look like "ISO, US" etc?
>
> > Is this a TODO?
>
> No, it's a DONE.

I just tried this with CVS:

    test=> show datestyle;
                   DateStyle
    ---------------------------------------
     ISO with US (NonEuropean) conventions
    (1 row)

    test=> set datestyle = 'ISO with US (NonEuropean) conventions';
    ERROR:  SET DATESTYLE: invalid list syntax

Am I missing something?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] allowed user/db variables
Next
From: Bruce Momjian
Date:
Subject: Re: timestamp date_trunc('quarter',...)