Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0d64a0

Browse files
committed
Add comments about STORAGE option for GIN
1 parent823ffd8 commitb0d64a0

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 GiSTand GINindex 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)

[8]ページ先頭

©2009-2025 Movatter.jp