mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-06 15:07:34 +08:00
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);
|