File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.50 2006/09/21 15:03:53 teodor Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.51 2006/09/21 15:09:38 teodor Exp $ -->
22
33<sect1 id="xindex">
44 <title>Interfacing Extensions To Indexes</title>
@@ -822,11 +822,12 @@ CREATE OPERATOR CLASS polygon_ops
822822 STORAGE box;
823823</programlisting>
824824
825- At present, only the GiST index method supports a
825+ At present, only the GiST and GIN index method supports a
826826 <literal>STORAGE</> type that's different from the column data type.
827827 The GiST <literal>compress</> and <literal>decompress</> support
828828 routines must deal with data-type conversion when <literal>STORAGE</>
829- is used.
829+ is used. Functions named <literal>extractValue</> and <literal>extractQuery</>
830+ do conversation into internally used types for GIN.
830831 </para>
831832 </sect2>
832833
You can’t perform that action at this time.
0 commit comments