Re: Order changes in PG16 since ICU introduction
| От | Daniel Verite |
|---|---|
| Тема | Re: Order changes in PG16 since ICU introduction |
| Дата | |
| Msg-id | a6204a46-c077-451b-8f9d-8965d95bb57c@manitou-mail.org обсуждение исходный текст |
| Ответ на | Re: Order changes in PG16 since ICU introduction (Jeff Davis <pgsql@j-davis.com>) |
| Ответы |
Re: Order changes in PG16 since ICU introduction
|
| Список | pgsql-hackers |
Jeff Davis wrote: > > #1 > > > > postgres=# create database test1 locale='fr_FR.UTF-8'; > > NOTICE: using standard form "fr-FR" for ICU locale "fr_FR.UTF-8" > > ERROR: new ICU locale (fr-FR) is incompatible with the ICU locale of > > I don't see a problem here. If you specify LOCALE to CREATE DATABASE, > you should either be using "TEMPLATE template0", or you should be > expecting an error if the LOCALE doesn't match exactly. > > What would you like to see happen here? What's odd is that initdb starting in an fr_FR.UTF-8 environment found that "fr" was the default ICU locale to use, whereas "create database" reports that "fr" and "fr_FR.UTF-8" refer to incompatible locales. To me initdb is wrong when coming up with the less precise "fr" instead of "fr-FR". I suggest the attached patch to call uloc_getDefault() instead of the current code that somehow leaves out the country/region component. Best regards, -- Daniel Vérité https://postgresql.verite.pro/ Twitter: @DanielVerite
Вложения
В списке pgsql-hackers по дате отправления: