summaryrefslogtreecommitdiff
path: root/contrib/test_parser/uninstall_test_parser.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/test_parser/uninstall_test_parser.sql')
-rw-r--r--contrib/test_parser/uninstall_test_parser.sql14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/test_parser/uninstall_test_parser.sql b/contrib/test_parser/uninstall_test_parser.sql
deleted file mode 100644
index 042f46b2517..00000000000
--- a/contrib/test_parser/uninstall_test_parser.sql
+++ /dev/null
@@ -1,14 +0,0 @@
-/* contrib/test_parser/uninstall_test_parser.sql */
-
--- Adjust this setting to control where the objects get dropped.
-SET search_path = public;
-
-DROP TEXT SEARCH PARSER testparser;
-
-DROP FUNCTION testprs_start(internal, int4);
-
-DROP FUNCTION testprs_getlexeme(internal, internal, internal);
-
-DROP FUNCTION testprs_end(internal);
-
-DROP FUNCTION testprs_lextype(internal);