From: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
---|---|
To: | jonathan(dot)brune(at)feisystems(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: Perhaps an issue on the collation page? |
Date: | 2023-04-27 09:21:14 |
Message-ID: | 40d1ad5294b3b167511b50cf4297eb1b695cd0e6.camel@cybertec.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Wed, 2023-04-26 at 21:20 +0000, PG Doc comments form wrote:
> Page: https://www.postgresql.org/docs/15/collation.html
>
> This page states:
>
> Observe how in the traditional ICU locale naming system, the root locale
> is selected by an empty string.
>
> CREATE COLLATION latinlast (provider = icu, locale =
> 'en-u-kr-grek-latn');
> CREATE COLLATION latinlast (provider = icu, locale =
> 'en(at)colReorder=grek-latn');
>
> Neither of the locales are empty strings.
The sentence with the "empty string" refers to the example that was before:
CREATE COLLATION "und-u-co-emoji-x-icu" (provider = icu, locale = '@collation=emoji');
There is nothing, that is an ampty string, before the "@".
Yours,
Laurenz Albe
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2023-05-02 07:05:37 | some new glossary entries |
Previous Message | PG Doc comments form | 2023-04-26 21:20:16 | Perhaps an issue on the collation page? |