5fcb079858
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
10 lines
218 B
SQL
10 lines
218 B
SQL
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);
|