Re: changing datestyle

From: "Bryan White" <bryan(at)arcamax(dot)com>
To: <pgsql-novice(at)hub(dot)org>
Subject: Re: changing datestyle
Date: 2000-10-31 16:41:02
Message-ID: 013301c04359$5ad78d00$2dd260d1@arcamax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas Good 2000-10-31 17:05:21 Re: changing datestyle
Previous Message Thomas Good 2000-10-31 16:28:03 Re: changing datestyle