]> granicus.if.org Git - postgresql/blob - contrib/dict_int/uninstall_dict_int.sql
Remove cvs keywords from all files.
[postgresql] / contrib / dict_int / uninstall_dict_int.sql
1 /* contrib/dict_int/uninstall_dict_int.sql */
2
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
5
6 DROP TEXT SEARCH DICTIONARY intdict;
7
8 DROP TEXT SEARCH TEMPLATE intdict_template;
9
10 DROP FUNCTION dintdict_init(internal);
11
12 DROP FUNCTION dintdict_lexize(internal,internal,internal,internal);