Re: pgsql: Add option to use ICU as global locale provider - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Add option to use ICU as global locale provider
Date
Msg-id 1221473.1647633850@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add option to use ICU as global locale provider  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: pgsql: Add option to use ICU as global locale provider  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> Another option is that we just don't do the check in initdb.  As the 
> tests show, you will then get an error from the backend call, so it's 
> really just a question of when the error is reported.

+1 ... seems better to not have two copies of the code.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Add support to table_to_xmlschema regex when timestamp has time zone
Next
From: Andres Freund
Date:
Subject: Re: Proposal: Support custom authentication methods using hooks