Re: CREATE COLLATION must be specified

From: Shay Rojansky <roji(at)roji(dot)org>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE COLLATION must be specified
Date: 2022-10-15 05:27:29
Message-ID: CADT4RqBgJPB4FLPsmVkvoYaa-keK9agdurxAqd7RsHMELEHwKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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).

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2022-10-15 05:47:05 Re: Eliminating SPI from RI triggers - take 2
Previous Message Bharath Rupireddy 2022-10-15 04:49:05 Re: thinko in basic_archive.c