Re: CREATE COLLATION must be specified

Поиск
Список
Период
Сортировка
От Shay Rojansky
Тема Re: CREATE COLLATION must be specified
Дата
Msg-id CADT4RqBgJPB4FLPsmVkvoYaa-keK9agdurxAqd7RsHMELEHwKQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: CREATE COLLATION must be specified  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
> > 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.

I think this is still missing in the PG15 release notes (https://www.postgresql.org/docs/15/release-15.html).

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: thinko in basic_archive.c
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Eliminating SPI from RI triggers - take 2