Re: [HACKERS] [BUGS] DateStyle (fwd) - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] [BUGS] DateStyle (fwd)
Date
Msg-id bea6f73924c4c5023d1c6f6b4a7ea6e4
Whole thread Raw
In response to [HACKERS] [BUGS] DateStyle (fwd)  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> > set DateStyle to 'European' does not have any effect.
> > It used to work well with the -e option to postmaster in version 6.0
> Has this been fixed yet.  Probably should.

Fixed in the source tree a couple of days ago. Had apparently broken
with some changes for the geqo options. I will commit some tests for
these commands in the regression suite in the next few days.

Workaround is to type

  SET DateStyle TO 'European,';

(note extra comma).

> Do we remove -e flag, or make it work?

Don't know if the "-e" flag is still present.

            - Tom

------------------------------

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: [HACKERS] Re: [QUESTIONS] Problem with Dates in 6.1
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] [PATCHES] fixes for sparc-solaris (fwd)