Re: downcase_identifier(): use method table from locale provider

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: downcase_identifier(): use method table from locale provider
Date: 2025-10-29 21:37:22
Message-ID: 05056b7b0f578b360e6b6777a52e267ece826e3b.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2025-10-21 at 11:28 -0700, Jeff Davis wrote:
> The attached patch refactors downcase_identifier() to use a method
> from
> the locale provider.

For now, I'm retracting this patch, instead opting for the narrower
change in the patch series here:

https://www.postgresql.org/message-id/d9657a6e51aa20702447bb2386b32fea6218670f.camel@j-davis.com

We may want a this downcase_identifier() method later as a step toward
better SQL standard support for identifier downcasing. But I'm not
focused on that problem right now.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-10-29 21:37:36 Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Previous Message Bruce Momjian 2025-10-29 21:24:39 Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()