postgresql/contrib/dict_int/uninstall_dict_int.sql

13 lines
330 B
MySQL
Raw Normal View History

2010-09-20 22:08:53 +02:00
/* contrib/dict_int/uninstall_dict_int.sql */
-- Adjust this setting to control where the objects get dropped.
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);