pgsql: Update unaccent rules with release 34 of CLDR for Latin-ASCII.xm

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update unaccent rules with release 34 of CLDR for Latin-ASCII.xm
Date: 2019-01-10 05:11:33
Message-ID: E1ghScv-0004aC-0e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml

This has required an update of the python script generating the rules,
as its format has changed in release 29. This release has also added
new punctuation and symbols, and a new set of rules has been generated
to include them. The way to find newest versions of Latin-ASCII gets
also more clearly documented.

Author: Hugh Ranalli, Michael Paquier
Discussion: https://postgr.es/m/15548-cef1b3f8de190d4f@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1c1d5444e430375be9bc17366d17f1acd87ec0b

Modified Files
--------------
contrib/unaccent/expected/unaccent.out | 18 ++++++++++++++++++
contrib/unaccent/generate_unaccent_rules.py | 21 ++++++++++++++++++---
contrib/unaccent/sql/unaccent.sql | 3 +++
contrib/unaccent/unaccent.rules | 15 +++++++++++++++
4 files changed, 54 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-01-10 16:42:49 pgsql: pgbench: add \cset and \gset commands
Previous Message Robert Haas 2019-01-10 02:11:20 Re: pgsql: Use perfect hashing, instead of binary search, for keyword looku