mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add sample text search dictionary templates and parsers, to replace the
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
This commit is contained in:
11
contrib/test_parser/uninstall_test_parser.sql
Normal file
11
contrib/test_parser/uninstall_test_parser.sql
Normal file
@ -0,0 +1,11 @@
|
||||
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);
|
Reference in New Issue
Block a user