summaryrefslogtreecommitdiff
path: root/contrib/dict_int/uninstall_dict_int.sql
blob: 0467fa22baad2e887fb2ff951c04d14e3e9ba951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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);