Re: Unicode normalization SQL functions
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andreas Karlsson <andreas@proxel.se>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Daniel Verite <daniel@manitou-mail.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-02-13T03:40:59Z
Lists: pgsql-hackers
On Thu, Feb 13, 2020 at 01:23:41AM +0100, Andreas Karlsson wrote: > On 1/28/20 9:21 PM, Peter Eisentraut wrote: >> You're right, this didn't make any sense. Here is a new patch set with >> that fixed. > > Thanks for this patch. This is a feature which has been on my personal todo > list for a while and something which I have wished to have a couple of > times. (The size of the patch set may justify compressing it) -- Michael
Commits
-
Add SQL functions for Unicode normalization
- 2991ac5fc9b3 13.0 landed
-
Add support for other normal forms to Unicode normalization API
- d40d564c5a92 13.0 landed