Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top
[PostgreSQL.git] / contrib / dict_int / uninstall_dict_int.sql
blob7d9b62ea9a92a37f2b8ddc4dc22e8f585fa53237
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP TEXT SEARCH DICTIONARY intdict;
8 DROP TEXT SEARCH TEMPLATE intdict_template;
10 DROP FUNCTION dintdict_init(internal);
12 DROP FUNCTION dintdict_lexize(internal,internal,internal,internal);