12 lines
253 B
SQL
12 lines
253 B
SQL
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);
|