postgresql/contrib/unaccent
Tom Lane 03a25cec8d Issue a WARNING about invalid rule file format in contrib/unaccent.
We were already issuing a WARNING, albeit only elog not ereport, for
duplicate source strings; so warning rather than just being stoically
silent seems like the best thing to do here.  Arguably both of these
complaints should be upgraded to ERRORs, but that might be more
behavioral change than people want.

Note: the faulty line is already printed via an errcontext hook,
so there's no need for more information than these messages provide.
2014-06-30 22:03:37 -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 Issue a WARNING about invalid rule file format in contrib/unaccent. 2014-06-30 22:03:37 -04:00
unaccent.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
unaccent.rules Unaccent dictionary. 2009-08-18 10:34:39 +00:00