Re: Add CASEFOLD() function.

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add CASEFOLD() function.
Date: 2024-12-18 01:31:14
Message-ID: bdd09d84-0b7c-4f5d-968c-364764822a38@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/12/24 10:00 AM, Jeff Davis wrote:
> Patch attached.

I have not looked at the patch yet but +1 to the idea. I am leaning
towards that the function also optionally normalizing the codepoints
would be handy too since I think that is what most usecases want.
Otherwise people would have to always type normalize(casefold(str)).

Andreas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-12-18 01:36:34 Re: Final result (display) collation?
Previous Message Tom Lane 2024-12-18 01:02:03 Re: Pg18 Recursive Crash