Re: CREATE COLLATION must be specified - Mailing list pgsql-hackers

From Shay Rojansky
Subject Re: CREATE COLLATION must be specified
Date
Msg-id CADT4RqBgJPB4FLPsmVkvoYaa-keK9agdurxAqd7RsHMELEHwKQ@mail.gmail.com
Whole thread Raw
In response to Re: CREATE COLLATION must be specified  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List 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 by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: thinko in basic_archive.c
Next
From: Amit Langote
Date:
Subject: Re: Eliminating SPI from RI triggers - take 2