summaryrefslogtreecommitdiff
path: root/contrib/dict_xsyn/uninstall_dict_xsyn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dict_xsyn/uninstall_dict_xsyn.sql')
-rw-r--r--contrib/dict_xsyn/uninstall_dict_xsyn.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/dict_xsyn/uninstall_dict_xsyn.sql b/contrib/dict_xsyn/uninstall_dict_xsyn.sql
deleted file mode 100644
index 68f9579c05..0000000000
--- a/contrib/dict_xsyn/uninstall_dict_xsyn.sql
+++ /dev/null
@@ -1,12 +0,0 @@
-/* contrib/dict_xsyn/uninstall_dict_xsyn.sql */
-
--- Adjust this setting to control where the objects get dropped.
-SET search_path = public;
-
-DROP TEXT SEARCH DICTIONARY xsyn;
-
-DROP TEXT SEARCH TEMPLATE xsyn_template;
-
-DROP FUNCTION dxsyn_init(internal);
-
-DROP FUNCTION dxsyn_lexize(internal,internal,internal,internal);