CREATE COLLATION must be specified

Поиск
Список
Период
Сортировка
От Shay Rojansky
Тема CREATE COLLATION must be specified
Дата
Msg-id CADT4RqCZS-410nAcCF1nqYJcBrLL17dT3PT7XtxL_nHkc+fZEQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: CREATE COLLATION must be specified  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
Hi all,

Testing on the PG15 beta, I'm getting new failures when trying to create a collation:

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).

Shay

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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: ICU_LOCALE set database default icu collation but not working as intended.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: CREATE COLLATION must be specified