Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b0d64a0

Browse files
committed
Add comments about STORAGE option for GIN
1 parent 823ffd8 commit b0d64a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/xindex.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)