postgresql/contrib/dict_int/uninstall_dict_int.sql

10 lines
218 B
MySQL
Raw Normal View History

SET search_path = public;
DROP TEXT SEARCH DICTIONARY intdict;
DROP TEXT SEARCH TEMPLATE intdict_template;
DROP FUNCTION dintdict_init(internal);
DROP FUNCTION dintdict_lexize(internal,internal,internal,internal);