Re: BUG #18362: unaccent rules and Old Greek text - Mailing list pgsql-bugs

From Robert Haas
Subject Re: BUG #18362: unaccent rules and Old Greek text
Date
Msg-id CA+TgmoaeCn5kMaWX7Az20uVYeczcAyhX0-481ghh-xv1Ocj0NA@mail.gmail.com
Whole thread Raw
In response to Re: BUG #18362: unaccent rules and Old Greek text  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-bugs
On Wed, May 15, 2024 at 3:01 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> unaccent actually does both accent removal and ligature expansion.
> (This is documented.)  The cases you show above are ligature expansions.

Ah. Searching the documentation of unaccent for the word ligature, I
found where this is mentioned. But at the top of the page, it says
only "unaccent is a text search dictionary that removes accents
(diacritic signs) from lexemes". Perhaps we should add a mention of
ligature expansion there as well.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: BUG #18362: unaccent rules and Old Greek text
Next
From: "Dirschel, Steve"
Date:
Subject: Need the ability to call alter table detach partition concurrently inside a procedure