pgsql: Add combining characters to unaccent.rules.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add combining characters to unaccent.rules.
Date: 2019-02-01 14:23:57
Message-ID: E1gpZjZ-0000SZ-Ry@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add combining characters to unaccent.rules.

Strip certain classes of combining characters, so that accents encoded
this way are removed.

Author: Hugh Ranalli
Discussion: https://postgr.es/m/15548-cef1b3f8de190d4f%40postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/456e3718e7b72efe4d2639437fcbca2e4ad83099

Modified Files
--------------
contrib/unaccent/expected/unaccent.out | 18 +++++
contrib/unaccent/generate_unaccent_rules.py | 31 +++++++-
contrib/unaccent/sql/unaccent.sql | 3 +
contrib/unaccent/unaccent.rules | 106 ++++++++++++++++++++++++++++
4 files changed, 157 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-02-01 14:30:17 pgsql: Add ArchiveOpts to pass options to ArchiveEntry
Previous Message Alvaro Herrera 2019-02-01 09:50:29 pgsql: Move building of child base quals out into a new function