Re: [GENERAL] setting PGDATESTYLE

2001-06-05 Thread Tom Lane
Stephan Richter <[EMAIL PROTECTED]> writes: > So here my question: Is there any other way of globally changing the > DATESTYLE to SQL (at compile time or DB creation time)? You can set it via an environment variable in the postmaster's environment. See the docs. It ought to be settable via pos

Re: [GENERAL] setting PGDATESTYLE

2001-06-05 Thread Stephan Richter
Hi Tom. I basically set it as environment variable now... >It ought to be settable via postgresql.conf, but currently isn't. Yeah, that would be the right place. This way I only have to provide this one file...even can make it part of the installation process... Regards, Stephan -- Stephan R