summaryrefslogtreecommitdiff
path: root/doc/src/sgml/xindex.sgml
diff options
context:
space:
mode:
authorTom Lane2015-12-06 17:42:32 +0000
committerTom Lane2015-12-06 17:42:32 +0000
commitb0cfb02cec9650492365c6a9eca2dfce3671096d (patch)
tree3e1aae2d87717d8b2b9fbb5eaa3aa0d4bfcedc26 /doc/src/sgml/xindex.sgml
parentdb0723631ef1460e9e795c6d13abb19da403a3f1 (diff)
Update xindex.sgml for recent additions to GIST opclass API.
Commit d04c8ed9044ec added another support function to the GIST API, but overlooked mentioning it in xindex.sgml's summary of index support functions. Anastasia Lubennikova
Diffstat (limited to 'doc/src/sgml/xindex.sgml')
-rw-r--r--doc/src/sgml/xindex.sgml14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml
index 4fac018772c..178278251ea 100644
--- a/doc/src/sgml/xindex.sgml
+++ b/doc/src/sgml/xindex.sgml
@@ -416,8 +416,8 @@
</table>
<para>
- GiST indexes require seven support functions, with an optional eighth, as
- shown in <xref linkend="xindex-gist-support-table">.
+ GiST indexes have nine support functions, two of which are optional,
+ as shown in <xref linkend="xindex-gist-support-table">.
(For more information see <xref linkend="GiST">.)
</para>
@@ -477,6 +477,12 @@
<entry>determine distance from key to query value (optional)</entry>
<entry>8</entry>
</row>
+ <row>
+ <entry><function>fetch</></entry>
+ <entry>compute original representation of a compressed key for
+ index-only scans (optional)</entry>
+ <entry>9</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -530,8 +536,8 @@
</table>
<para>
- GIN indexes require four support functions, with an optional fifth, as
- shown in <xref linkend="xindex-gin-support-table">.
+ GIN indexes have six support functions, three of which are optional,
+ as shown in <xref linkend="xindex-gin-support-table">.
(For more information see <xref linkend="GIN">.)
</para>