postgresql/contrib/unaccent
Tom Lane 1b2488731c Allow multi-character source strings in contrib/unaccent.
This could be useful in languages where diacritic signs are represented as
separate characters; more generally it supports using unaccent dictionaries
for substring substitutions beyond narrowly conceived "diacritic removal".
In any case, since the rule-file parser doesn't complain about
multi-character source strings, it behooves us to do something unsurprising
with them.
2014-06-30 21:46:29 -04:00
..
expected Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
sql Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Refix the unaccent regression test on MSVC properly 2011-04-19 22:52:52 +03:00
unaccent--1.0.sql unaccent: Revert patch 9299f61798 2013-11-18 15:54:34 -05:00
unaccent--unpackaged--1.0.sql unaccent: Revert patch 9299f61798 2013-11-18 15:54:34 -05:00
unaccent.c Allow multi-character source strings in contrib/unaccent. 2014-06-30 21:46:29 -04:00
unaccent.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
unaccent.rules