mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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:
9
contrib/dict_int/uninstall_dict_int.sql
Normal file
9
contrib/dict_int/uninstall_dict_int.sql
Normal file
@ -0,0 +1,9 @@
|
||||
SET search_path = public;
|
||||
|
||||
DROP TEXT SEARCH DICTIONARY intdict;
|
||||
|
||||
DROP TEXT SEARCH TEMPLATE intdict_template;
|
||||
|
||||
DROP FUNCTION dintdict_init(internal);
|
||||
|
||||
DROP FUNCTION dintdict_lexize(internal,internal,internal,internal);
|
Reference in New Issue
Block a user