Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b0cfb02

Browse files
committed
Update xindex.sgml for recent additions to GIST opclass API.
Commit d04c8ed added another support function to the GIST API, but overlooked mentioning it in xindex.sgml's summary of index support functions. Anastasia Lubennikova
1 parent db07236 commit b0cfb02

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

doc/src/sgml/xindex.sgml

+10-4
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@
416416
</table>
417417

418418
<para>
419-
GiST indexes require seven support functions, with an optional eighth, as
420-
shown in <xref linkend="xindex-gist-support-table">.
419+
GiST indexes have nine support functions, two of which are optional,
420+
as shown in <xref linkend="xindex-gist-support-table">.
421421
(For more information see <xref linkend="GiST">.)
422422
</para>
423423

@@ -477,6 +477,12 @@
477477
<entry>determine distance from key to query value (optional)</entry>
478478
<entry>8</entry>
479479
</row>
480+
<row>
481+
<entry><function>fetch</></entry>
482+
<entry>compute original representation of a compressed key for
483+
index-only scans (optional)</entry>
484+
<entry>9</entry>
485+
</row>
480486
</tbody>
481487
</tgroup>
482488
</table>
@@ -530,8 +536,8 @@
530536
</table>
531537

532538
<para>
533-
GIN indexes require four support functions, with an optional fifth, as
534-
shown in <xref linkend="xindex-gin-support-table">.
539+
GIN indexes have six support functions, three of which are optional,
540+
as shown in <xref linkend="xindex-gin-support-table">.
535541
(For more information see <xref linkend="GIN">.)
536542
</para>
537543

0 commit comments

Comments
 (0)