提交 b0d64a09 编写于 作者: T Teodor Sigaev

Add comments about STORAGE option for GIN

上级 823ffd88
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.50 2006/09/21 15:03:53 teodor Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.51 2006/09/21 15:09:38 teodor Exp $ -->
<sect1 id="xindex">
<title>Interfacing Extensions To Indexes</title>
......@@ -822,11 +822,12 @@ CREATE OPERATOR CLASS polygon_ops
STORAGE box;
</programlisting>
At present, only the GiST index method supports a
At present, only the GiST and GIN index method supports a
<literal>STORAGE</> type that's different from the column data type.
The GiST <literal>compress</> and <literal>decompress</> support
routines must deal with data-type conversion when <literal>STORAGE</>
is used.
is used. Functions named <literal>extractValue</> and <literal>extractQuery</>
do conversation into internally used types for GIN.
</para>
</sect2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册