Update xindex.sgml for recent additions to GIST opclass API.
authorTom Lane
Sun, 6 Dec 2015 17:42:32 +0000 (12:42 -0500)
committerTom Lane
Sun, 6 Dec 2015 17:42:32 +0000 (12:42 -0500)
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

doc/src/sgml/xindex.sgml

index 4fac018772c81a2db077230075c31ba682e41a98..178278251ea69ef8e70e0756b47cb0f6b8ba889b 100644 (file)
    
 
   
-   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 .)
   
 
        determine distance from key to query value (optional)
        8
       
+      
+       fetch
+       compute original representation of a compressed key for
+       index-only scans (optional)
+       9
+      
      
     
    
    
 
   
-   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 .)