Re: COLLATION update in 13.1 - Mailing list pgsql-general

From Dominique Devienne
Subject Re: COLLATION update in 13.1
Date
Msg-id CAFCRh--NUP9-g08QDiCX2Yntqea1tPMk01OgYOD7uhsAja==VQ@mail.gmail.com
Whole thread Raw
In response to Re: COLLATION update in 13.1  (Matthias Apitz <gurucubano@googlemail.com>)
Responses Re: COLLATION update in 13.1
List pgsql-general
On Mon, Feb 24, 2025 at 12:33 PM Matthias Apitz <gurucubano@googlemail.com> wrote:
Thanks for your hint, Jeremy. But this does not work either:

postgres=# SELECT collname, collversion FROM pg_collation where collname = 'de_DE.utf8';
  collname  | collversion
------------+-------------
 de_DE.utf8 | 2.38
(1 row)

postgres=# ALTER COLLATION de_DE.utf8 REFRESH VERSION;
ERROR:  schema "de_de" does not exist

What do I wrong?

Missing quotes.  ALTER COLLATION "de_DE.utf8" REFRESH VERSION;

pgsql-general by date:

Previous
From: Matthias Apitz
Date:
Subject: Re: COLLATION update in 13.1
Next
From: Laurenz Albe
Date:
Subject: Re: COLLATION update in 13.1