mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
5fcb079858
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
10 lines
206 B
SQL
10 lines
206 B
SQL
SET search_path = public;
|
|
|
|
DROP TEXT SEARCH DICTIONARY xsyn;
|
|
|
|
DROP TEXT SEARCH TEMPLATE xsyn_template;
|
|
|
|
DROP FUNCTION dxsyn_init(internal);
|
|
|
|
DROP FUNCTION dxsyn_lexize(internal,internal,internal,internal);
|