Обсуждение: libicu global support

Поиск
Список
Период
Сортировка

libicu global support

От
Jakub Jedelsky
Дата:
Hi,

during the adoption of Centos 8 on our servers we ran into problems with Postgresql (13.3), glibc (delivered by the Centos) and performance of sorting. Because of that we're planning to use the ICU collations (en-x-icu), but the current implementation is quite complicated to adopt as there isn't support of global setup per cluster (initdb) nor creating of database. 

So, my silly question: is there any chance a work can be done on it with a new version anytime soon?

There were already some discussions around some time ago:

Thank you,

- jj

Re: libicu global support

От
Peter Eisentraut
Дата:
On 11.07.21 23:52, Jakub Jedelsky wrote:
> during the adoption of Centos 8 on our servers we ran into problems with 
> Postgresql (13.3), glibc (delivered by the Centos) and performance of 
> sorting. Because of that we're planning to use the ICU collations 
> (en-x-icu), but the current implementation is quite complicated to adopt 
> as there isn't support of global setup per cluster (initdb) nor creating 
> of database.
> 
> So, my silly question: is there any chance a work can be done on it with 
> a new version anytime soon?

It's definitely high on various developers' wishlists, but I am not 
aware of any activity on it right now.