> > 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
------------------------------