mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
5fcb079858
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
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);
|