aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_parser/uninstall_test_parser.sql
blob: 66686d20042b1f0c489c60ae50becae02f7fd7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $PostgreSQL: pgsql/contrib/test_parser/uninstall_test_parser.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */

-- 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);