Re: PostgreSQL 18 GA press release draft - Mailing list pgsql-hackers

From Nico Williams
Subject Re: PostgreSQL 18 GA press release draft
Date
Msg-id aMSHN92BXZ2OJNpW@ubby
Whole thread Raw
In response to Re: PostgreSQL 18 GA press release draft  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: PostgreSQL 18 GA press release draft
List pgsql-hackers
On Fri, Sep 12, 2025 at 12:13:23PM -0700, Jeff Davis wrote:
> On Fri, 2025-09-12 at 13:21 -0500, Nico Williams wrote:
> > How does one do form-insensitive comparisons?
> 
> If you mean case insensitive matching, you can do:

I meant form-insensitive, as in comparing equivalent strings where one
might be using decomposed sequences and another pre-conposed sequences
(and either might be normalized or not at all).

Nico
-- 



pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: RFC: extensible planner state
Next
From: Tom Lane
Date:
Subject: Re: Error with DEFAULT VALUE in temp table