Re: [HACKERS] Can ICU be used for a database's default sort order? - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: [HACKERS] Can ICU be used for a database's default sort order?
Date
Msg-id 41196BD6-BA46-476C-B69E-CFBBAC46B142@yandex-team.ru
Whole thread Raw
In response to Re: [HACKERS] Can ICU be used for a database's default sort order?  (Dmitry Dolgov <9erthalion6@gmail.com>)
Responses Re: [HACKERS] Can ICU be used for a database's default sort order?
List pgsql-hackers
Hi, Dmitry, Daniel!

> 2 дек. 2018 г., в 17:22, Dmitry Dolgov <9erthalion6@gmail.com> написал(а):
>
>> There were reviews: Andrey Borodin raised issues with the patch in
>> [2], I spent some time trying it and asked questions about the design
>> in [3], but no one followed up on them within the next months.
>>
>> About the status of the patch, to me it should be RWF. It's been
>> moved to the next CF several times with no progress besides rebases.
>
> Let me disagree. Judging from the commentaries in this discussion it could be
> significant and useful feature, and the author is trying to keep this patch
> uptodate. The lack of reviews could be due other reasons than desirability of
> the patch (as well as as for many other interesting proposals in hackers).

Regarding status of this patch: Marina is the original author of the patch, but I'm interested in pushing it.
Basically,I've asked Marina to provide some code from Postgres Pro to discuss the feature. 

Daniel have raised important interface question in his review. Using libc-style locale in lc_collate is not a perfect
choicefor many ICU-only collations. 
I'd work on patch if I knew how to improve the interface, but I need input from community: how this interface should
looklike. 

I have intention to provide some solution for this question before next CF, but found no enough time during this CF
(besiderebase). 

Best regards, Andrey Borodin.

pgsql-hackers by date:

Previous
From: didier
Date:
Subject: [proposal] Add an option for returning SQLSTATE in psql error message
Next
From: Rafia Sabih
Date:
Subject: Re: Compressed TOAST Slicing