Re: changing datestyle - Mailing list pgsql-novice

From Bryan White
Subject Re: changing datestyle
Date
Msg-id 013301c04359$5ad78d00$2dd260d1@arcamax.com
Whole thread Raw
In response to Re: changing datestyle  (Thomas Good <tomg@q8.nrnet.org>)
Responses Re: changing datestyle  (Thomas Good <tomg@q8.nrnet.org>)
Re[2]: changing datestyle  (Jean-Christophe Boggio <cat@thefreecat.org>)
List pgsql-novice
> I did a rebuild, after editing ./src/backend/utils/init/globals.c
> to say:       int           DateStyle = USE_POSTGRES_DATES;
>
> It wasn't too tough to shutdown the server, do a make/make install
> and restart but your solution is definitely more elegant.
> I am going to hack my apache conf files on the other machines here
> running pg7.

I did the same thing (changed globals.c).  It seems more elegant because
only one place had to change to affect the entire system across multiple
servers, environments and programming languages.


pgsql-novice by date:

Previous
From: Thomas Good
Date:
Subject: Re: changing datestyle
Next
From: Thomas Good
Date:
Subject: Re: changing datestyle