Re: ICU for global collation
| От | Marina Polyakova |
|---|---|
| Тема | Re: ICU for global collation |
| Дата | |
| Msg-id | d75bbfc82228895590e56b53e1d640d8@postgrespro.ru обсуждение исходный текст |
| Ответ на | Re: ICU for global collation (Peter Eisentraut <peter.eisentraut@enterprisedb.com>) |
| Список | pgsql-hackers |
On 2022-09-16 10:57, Peter Eisentraut wrote:
> On 16.09.22 09:31, Marina Polyakova wrote:
>> IMO it is hardly understantable from the program output either - it
>> looks like I manually chose the encoding UTF8. Maybe first inform
>> about selected encoding?..
>
> Yes, I included something like that in the patch just committed.
>
>> diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
>> index
>> 6aeec8d426c52414b827686781c245291f27ed1f..348bbbeba0f5bc7ff601912bf883510d580b814c
>> 100644
>> --- a/src/bin/initdb/initdb.c
>> +++ b/src/bin/initdb/initdb.c
>> @@ -2310,7 +2310,11 @@ setup_locale_encoding(void)
>> }
>>
>> if (!encoding && locale_provider == COLLPROVIDER_ICU)
>> + {
>> encodingid = PG_UTF8;
>> + printf(_("The default database encoding has been set to
>> \"%s\" for a better experience with the ICU provider.\n"),
>> + pg_encoding_to_char(encodingid));
>> + }
>> else if (!encoding)
>> {
>> int ctype_enc;
Thank you!
--
Marina Polyakova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
В списке pgsql-hackers по дате отправления: