pgsql: Update unaccent rules with release 34 of CLDR forLatin-ASCII.xm - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Update unaccent rules with release 34 of CLDR forLatin-ASCII.xm
Date
Msg-id E1ghScv-0004aC-0e@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use perfect hashing, instead of binary search,for keyword looku
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pgbench: add \cset and \gset commands