From: Tom Lane Date: Sun, 6 Dec 2015 17:42:32 +0000 (-0500) Subject: Update xindex.sgml for recent additions to GIST opclass API. X-Git-Tag: REL9_6_BETA1~1034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0cfb02cec9650492365c6a9eca2dfce3671096d;p=postgresql 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 --- diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index 4fac018772..178278251e 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -416,8 +416,8 @@ - GiST indexes require seven support functions, with an optional eighth, as - shown in . + GiST indexes have nine support functions, two of which are optional, + as shown in . (For more information see .) @@ -477,6 +477,12 @@ determine distance from key to query value (optional) 8 + + fetch + compute original representation of a compressed key for + index-only scans (optional) + 9 + @@ -530,8 +536,8 @@ - GIN indexes require four support functions, with an optional fifth, as - shown in . + GIN indexes have six support functions, three of which are optional, + as shown in . (For more information see .)