Re: initdb detecting date order

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: initdb detecting date order
Date: 2005-12-09 03:03:35
Message-ID: 200512090403.36285.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Er, is that really a good idea? It will make it impossible to
> document what the "default" behavior is;

I think a localized default behavior is more important than a fixed
default behavior for everyone. We already adjust the locales and
encodings in initdb and this is just a natural extension of that theme.
No robust application will rely on the default setting anyway; if you
want to be sure you have to set it or at least query it anyway.

> among other things, this
> will probably break installcheck regression tests.

The regression tests are not affected by this (which may itself be an
issue of concern).

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-12-09 03:28:36 Re: initdb detecting date order
Previous Message Bruce Momjian 2005-12-09 02:45:34 Re: initdb detecting date order