Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> 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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to