[17] CREATE COLLATION default provider

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема [17] CREATE COLLATION default provider
Дата
Msg-id 92f32dd57c4d11777c885d211655aceb799d6ecd.camel@j-davis.com
обсуждение исходный текст
Ответы Re: [17] CREATE COLLATION default provider  (Gurjeet Singh <gurjeet@singh.im>)
Re: [17] CREATE COLLATION default provider  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
Currently, CREATE COLLATION always defaults the provider to libc.

The attached patch causes it to default to libc if LC_COLLATE/LC_CTYPE
are specified, otherwise default to the current database default
collation's provider.

That way, the provider choice at initdb time then becomes the default
for "CREATE DATABASE ... TEMPLATE template0", which then becomes the
default provider for "CREATE COLLATION (LOCALE='...')".


--
Jeff Davis
PostgreSQL Contributor Team - AWS



Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Add a perl function in Cluster.pm to generate WAL
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Order changes in PG16 since ICU introduction