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

From Jeff Davis
Subject Re: Add CASEFOLD() function.
Date
Msg-id 7288394fff1c354f6bda8918d64840595bab0477.camel@j-davis.com
Whole thread Raw
In response to Re: Add CASEFOLD() function.  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-hackers
On Thu, 2025-06-19 at 18:21 +0200, Vik Fearing wrote:
> >
> > The SQL standard also says in a few other places that normalization
> > should be applied, and we do none of those, so this is probably not
> > a
> > reason to change CASEFOLD at this point.
> >
>
> Works for me.

Sounds good. We can document compatibility notes around this point.

If normalization becomes important, we can take the time to work out
the performance implications more carefully, and potentially introduce
an NCASEFOLD() if needed.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: Add CASEFOLD() function.
Next
From: Thom Brown
Date:
Subject: Re: Add CASEFOLD() function.