Thomas G. Lockhart wrote:
>
> > how do you set the European datestyle permanently in PostgreSQL?
>
> For a _really_ permanent default setting, you could edit
> src/backend/utils/init/globals.c and change the initial value of
> EuroDates from "false" to "true".
>
> The suggestion you have already gotten, to specify "-o -e" on the
> command line, is probably better since you don't have to modify source
> code when updating software.
>
> We might consider having it be an installation option; will bring it up
> with the developers...
I want to have it as installation option (there was EUROPEAN_DATES
in 6.0).
Vadim
------------------------------