Re: Unicode normalization SQL functions

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Daniel Verite <daniel(at)manitou-mail(dot)org>
Subject: Re: Unicode normalization SQL functions
Date: 2020-01-20 09:17:50
Message-ID: 014866c8-d7ff-2a4f-c185-cf7e3ceb7028@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is an updated patch set that now also implements the "quick check"
algorithm from UTR #15 for making IS NORMALIZED very fast in many cases,
which I had mentioned earlier in the thread.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v2-0001-Add-support-for-other-normal-forms-to-Unicode-nor.patch text/plain 370.0 KB
v2-0002-Add-SQL-functions-for-Unicode-normalization.patch text/plain 1.1 MB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2020-01-20 10:28:37 Re: Greatest Common Divisor
Previous Message Andrew Dunstan 2020-01-20 09:00:34 Re: pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings