mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
12 lines
253 B
MySQL
12 lines
253 B
MySQL
|
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);
|