aboutsummaryrefslogtreecommitdiff
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.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/test_parser/uninstall_test_parser.sql b/contrib/test_parser/uninstall_test_parser.sql
new file mode 100644
index 00000000000..d194677d6b4
--- /dev/null
+++ b/contrib/test_parser/uninstall_test_parser.sql
@@ -0,0 +1,11 @@
+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);