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

From Peter Eisentraut
Subject Re: CREATE COLLATION must be specified
Date
Msg-id 405e4661-dd4a-bf1f-4ddd-42086f6e46aa@enterprisedb.com
Whole thread Raw
In response to CREATE COLLATION must be specified  (Shay Rojansky <roji@roji.org>)
Responses Re: CREATE COLLATION must be specified  (jian he <jian.universality@gmail.com>)
Re: CREATE COLLATION must be specified  (Shay Rojansky <roji@roji.org>)
List 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.



pgsql-hackers by date:

Previous
From: Shay Rojansky
Date:
Subject: CREATE COLLATION must be specified
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_upgrade test writes to source directory