diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml
index 4fac018..d871cf7 100644
--- a/doc/src/sgml/xindex.sgml
+++ b/doc/src/sgml/xindex.sgml
@@ -416,7 +416,7 @@
- GiST indexes require seven support functions, with an optional eighth, as
+ GiST indexes require seven support functions, with two optional, as
shown in .
(For more information see .)
@@ -477,6 +477,11 @@
determine distance from key to query value (optional)
8
+
+ fetch>
+ compute original representation of a compressed key for index-only scans (optional)
+ 9
+