pgsql: Add combining characters to unaccent.rules.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Add combining characters to unaccent.rules.
Дата
Msg-id E1gpZjZ-0000SZ-Ry@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Move building of child base quals out into a new function
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add ArchiveOpts to pass options to ArchiveEntry