Re: CREATE COLLATION must be specified

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Shay Rojansky <roji(at)roji(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE COLLATION must be specified
Date: 2022-05-28 18:25:20
Message-ID: 405e4661-dd4a-bf1f-4ddd-42086f6e46aa@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-05-28 18:29:27 Re: pg_upgrade test writes to source directory
Previous Message Shay Rojansky 2022-05-28 18:16:40 CREATE COLLATION must be specified