提交 1257cc30 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 63857d77
......@@ -1276,8 +1276,8 @@ This will produce a result set that contains the query needed to retrieve the da
QUERY: "PUBLIC"."TEST" WHERE "ID"=1
</pre>
<p>
To drop an index on a table:
(be warned that this will re-index all of the full-text indices for the entire database)
To drop an index on a table
(be warned that this will re-index all of the full-text indices for the entire database):
</p>
<pre>
CALL FTL_DROP_INDEX('PUBLIC', 'TEST');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论