Re: new environment variable INITDB_LOCALE_PROVIDER - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: new environment variable INITDB_LOCALE_PROVIDER
Date
Msg-id 8ac6671d-f554-43de-9ab1-27125bc57ba2@eisentraut.org
Whole thread Raw
In response to Re: new environment variable INITDB_LOCALE_PROVIDER  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: new environment variable INITDB_LOCALE_PROVIDER
List pgsql-hackers
On 14.10.25 22:45, Jeff Davis wrote:
> If you think we can change the initdb default without introducing an
> environment variable, then perhaps we don't need v3-0002. What do you
> think about v3-0001?

I think in general it could make sense to do something like

+#define DEFAULT_BUILTIN_LOCALE        "C.UTF-8"
+#define DEFAULT_ICU_LOCALE        "und"

But that patch adds a nontrivial amount of new logic and contains no 
documentation, and some of the additional information is spread over 
other threads, so I don't have the whole picture.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting the SQLSTATE after a failed connection
Next
From: Peter Eisentraut
Date:
Subject: Re: Change initdb default to the builtin collation provider