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/[email protected] 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
