Doc: adjust documentation related to index support functions.
authorTom Lane
Wed, 9 Sep 2020 16:00:49 +0000 (12:00 -0400)
committerTom Lane
Wed, 9 Sep 2020 16:00:49 +0000 (12:00 -0400)
Commit 15cb2bd27 neglected to make the running text match the
tables, leaving the reader with the strong impression that
we cannot count.  Also, don't drop an unrelated para between
a table and the para describing it.

doc/src/sgml/xindex.sgml

index 2cfd71b5b77a767b37d6428e930ef295e6ed3746..609fa35d4cad799d27c9ea300921542d776a047d 100644 (file)
    specified by the index method.
   
 
+  
+   Additionally, some opclasses allow users to specify parameters which
+   control their behavior.  Each builtin index access method has an optional
+   options support function, which defines a set of
+   opclass-specific parameters.
+  
+
   
    B-trees require a comparison support function,
-   and allow three additional support functions to be
+   and allow four additional support functions to be
    supplied at the operator class author's option, as shown in 
    linkend="xindex-btree-support-table"/>.
    The requirements for these support functions are explained further in
    .
   
 
-  
-   Additionally, some opclasses allow users to specify parameters which
-   control their behavior.  Each builtin index access method has an optional
-   options support function, which defines a set of
-   opclass-specific parameters.
-  
-
    
     B-Tree Support Functions
     
    
 
   
-   Hash indexes require one support function, and allow a second one to be
-   supplied at the operator class author's option, as shown in 
+   Hash indexes require one support function, and allow two additional ones to
+   be supplied at the operator class author's option, as shown in 
    linkend="xindex-hash-support-table"/>.
   
 
    
 
   
-   GiST indexes have nine support functions, two of which are optional,
+   GiST indexes have ten support functions, three of which are optional,
    as shown in .
    (For more information see .)
   
    
 
   
-   SP-GiST indexes require five support functions, as
+   SP-GiST indexes have six support functions, one of which is optional, as
    shown in .
    (For more information see .)
   
    
 
   
-   GIN indexes have six support functions, three of which are optional,
+   GIN indexes have seven support functions, four of which are optional,
    as shown in .
    (For more information see .)
   
    
 
   
-   BRIN indexes have four basic support functions, as shown in
-   ; those basic functions
-   may require additional support functions to be provided.
+   BRIN indexes have five basic support functions, one of which is optional,
+   as shown in .  Some versions of
+   the basic functions require additional support functions to be provided.
    (For more information see .)