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

From Jeff Davis
Subject Re: PostgreSQL 18 GA press release draft
Date
Msg-id c9d21b4e7cc3c273afc6fad0be5fb21f0c1dcaed.camel@j-davis.com
Whole thread Raw
In response to Re: PostgreSQL 18 GA press release draft  (Nico Williams <nico@cryptonector.com>)
List pgsql-hackers
On Fri, 2025-09-12 at 15:48 -0500, Nico Williams wrote:
> 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).

Use NORMALIZE(a) = NORMALIZE(b).

This is getting a little off-topic from what's actually being released,
so please reopen a more relevant thread or start a new one, and CC me.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Hex-coding optimizations using SVE on ARM.
Next
From: Tom Lane
Date:
Subject: Re: ALTER DATABASE RESET with unexistent guc doesn't report an error