Re: Allow tailoring of ICU locales with custom rules - Mailing list pgsql-hackers

From Daniel Verite
Subject Re: Allow tailoring of ICU locales with custom rules
Date
Msg-id 9d338c2e-545c-488d-a9a0-631445d2ae76@manitou-mail.org
Whole thread Raw
In response to Re: Allow tailoring of ICU locales with custom rules  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: Allow tailoring of ICU locales with custom rules
List pgsql-hackers
    Peter Eisentraut wrote:

[patch v5]

Two quick comments:

- pg_dump support need to be added for CREATE COLLATION / DATABASE

- there doesn't seem to be a way to add rules to template1.
If someone wants to have icu rules and initial contents to their new
databases, I think they need to create a custom template database
(from template0) for that purpose, in addition to template1.
From a usability standpoint, this is a bit cumbersome, as it's
normally the role of template1.
To improve on that, shouldn't initdb be able to create template0 with
rules too?


Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/
Twitter: @DanielVerite



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add WAL read stats to pg_stat_wal
Next
From: Justin Pryzby
Date:
Subject: Re: add PROCESS_MAIN to VACUUM