3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP TEXT SEARCH PARSER testparser;
8 DROP FUNCTION testprs_start(internal, int4);
10 DROP FUNCTION testprs_getlexeme(internal, internal, internal);
12 DROP FUNCTION testprs_end(internal);
14 DROP FUNCTION testprs_lextype(internal);