pgsql: Allow empty replacement strings in contrib/unaccent.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Allow empty replacement strings in contrib/unaccent.
Дата
Msg-id E1X1mIb-0002YW-9r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow empty replacement strings in contrib/unaccent.

This is useful in languages where diacritic signs are represented as
separate characters; it's also one step towards letting unaccent be used
for arbitrary substring substitutions.

In passing, improve the user documentation for unaccent, which was sadly
vague about some important details.

Mohammad Alhashash, reviewed by Abhijit Menon-Sen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/97c40ce61465582b96944e41ed6ec06c2016b95c

Modified Files
--------------
contrib/unaccent/unaccent.c |   29 +++++++++++++++++++++++------
doc/src/sgml/unaccent.sgml  |   36 +++++++++++++++++++++++++++++++-----
2 files changed, 54 insertions(+), 11 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: update C comments about pg_dumpall
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow multi-character source strings in contrib/unaccent.