Re: [HACKERS] What users can do with custom ICU collations inPostgres 10

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [HACKERS] What users can do with custom ICU collations inPostgres 10
Дата
Msg-id CAMsr+YF06R4RGxcqirh7Fr9nJY-jNbpqbuMHnztMsxi3vqPtFA@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] What users can do with custom ICU collations in Postgres 10  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: [HACKERS] What users can do with custom ICU collations inPostgres 10  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 10 August 2017 at 06:49, Peter Geoghegan <pg@bowt.ie> wrote:
There are actually very many customizations to collations that are
possible beyond what the "stock" ICU collations provide (whatever
"stock" means). Some of these are really cool, and I can imagine use
cases where they are very compelling that have nothing to do with
internationalization (such customizations are how we should eventually
implement case-insensitive collations, once the infrastructure for
doing that without breaking hashing is in place).

I'd like to give a demo on what is already possible, but not currently
documented. I didn't see anyone else comment on this, including Peter
E (maybe I missed that?). We should improve the documentation in this
area, to get this into the hands of users.

Say we're unhappy that numbers come first, which we see here:


Ooh, this finally gives us a path toward case-insensitive default database collation via CLDR caseLevel.

http://userguide.icu-project.org/collation


That *definitely* should be documented and exposed by initdb.


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] make async slave to wait for lsn to be replayed
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] Explicit relation name in VACUUM VERBOSE log