Re: CREATE COLLATION must be specified

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: CREATE COLLATION must be specified
Дата
Msg-id 405e4661-dd4a-bf1f-4ddd-42086f6e46aa@enterprisedb.com
обсуждение исходный текст
Ответ на CREATE COLLATION must be specified  (Shay Rojansky <roji@roji.org>)
Ответы Re: CREATE COLLATION must be specified  (jian he <jian.universality@gmail.com>)
Re: CREATE COLLATION must be specified  (Shay Rojansky <roji@roji.org>)
Список pgsql-hackers
On 28.05.22 20:16, Shay Rojansky wrote:
> CREATE COLLATION some_collation (LC_COLLATE = 'en-u-ks-primary',
>      LC_CTYPE = 'en-u-ks-primary',
>      PROVIDER = icu,
>      DETERMINISTIC = False
> );
> 
> This works on PG14, but on PG15 it errors with 'parameter "locale" must 
> be specified'.
> 
> I wanted to make sure this breaking change is intentional (it doesn't 
> seem documented in the release notes or in the docs for CREATE COLLATION).

This change is intentional, but the documentation could be improved.



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

Предыдущее
От: Shay Rojansky
Дата:
Сообщение: CREATE COLLATION must be specified
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_upgrade test writes to source directory