From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
---|---|
To: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Daniel Verite <daniel(at)manitou-mail(dot)org> |
Cc: | Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Allow tailoring of ICU locales with custom rules |
Date: | 2023-03-08 16:05:16 |
Message-ID: | d613e2a7-64a2-1002-ab93-7bdd9bc91f16@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 08.03.23 15:18, Laurenz Albe wrote:
> On Fri, 2023-03-03 at 13:45 +0100, Peter Eisentraut wrote:
>> Ok, here is a version with an initdb option and also a createdb option
>> (to expose the CREATE DATABASE option).
>>
>> You can mess with people by setting up your databases like this:
>>
>> initdb -D data --locale-provider=icu --icu-rules='&a < c < b < e < d'
>
> Looks good. I cannot get it to misbehave, "make check-world" is successful
> (the regression tests misbehave in interesting ways when running
> "make installcheck" on a cluster created with non-standard ICU rules, but
> that can be expected).
>
> I checked the documentation, tested "pg_dump" support, everything fine.
>
> I'll mark it as "ready for committer".
committed
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2023-03-08 16:07:37 | Re: Schema variables - new implementation for Postgres 15 |
Previous Message | Peter Eisentraut | 2023-03-08 16:03:22 | pgsql: Allow tailoring of ICU locales with custom rules |