Re: PostgreSQL 18 GA press release draft

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Nico Williams <nico(at)cryptonector(dot)com>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 18 GA press release draft
Date: 2025-09-12 21:43:31
Message-ID: c9d21b4e7cc3c273afc6fad0be5fb21f0c1dcaed.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

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