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

From Thomas G. Lockhart
Subject Re: [HACKERS] [BUGS] DateStyle (fwd)
Date
Msg-id e5401d4fcadc1e5617d5c7c39f33e58d
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] [BUGS] DateStyle (fwd)
Next
From: John Robinson
Date:
Subject: [HACKERS] Case sensitivity in identifiers