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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Update unaccent rules with release 34 of CLDR forLatin-ASCII.xm
Дата
Msg-id E1ghScv-0004aC-0e@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use perfect hashing, instead of binary search,for keyword looku
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pgbench: add \cset and \gset commands