mirror of
https://github.com/postgres/postgres.git
synced 2026-02-21 08:50:51 -05: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);
|