Re: Add CASEFOLD() function. - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Add CASEFOLD() function.
Date
Msg-id e62bd052ddac5e2be1fcc6a260db296abe758e55.camel@j-davis.com
Whole thread Raw
In response to Re: Add CASEFOLD() function.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, 2025-01-25 at 00:00 -0500, Tom Lane wrote:
> Found characters that cannot be output in the PDF document;  see
> README.non-ASCII

Thank you, fixed.

> Not sure about a good workaround for this.  Are there any characters
> within LATIN-1 that have interesting case-folding behavior?

I just removed that example. There's already another example using ß
(U+00DF), though that only applies to PG_UNICODE_FAST (the new
collation that performs full case mapping and now full case folding).

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: XMLDocument (SQL/XML X030)
Next
From: Álvaro Herrera
Date:
Subject: Re: Allow NOT VALID foreign key constraints on partitioned tables.