Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0cfb02

Browse files
committed
Update xindex.sgml for recent additions to GIST opclass API.
Commitd04c8ed added another support function to the GIST API,but overlooked mentioning it in xindex.sgml's summary of index supportfunctions.Anastasia Lubennikova
1 parentdb07236 commitb0cfb02

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎doc/src/sgml/xindex.sgml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@
416416
</table>
417417

418418
<para>
419-
GiST indexesrequire seven support functions,with an optional eighth, as
420-
shown in <xref linkend="xindex-gist-support-table">.
419+
GiST indexeshave nine support functions,two of which are optional,
420+
asshown 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 indexesrequire four support functions,with an optional fifth, as
534-
shown in <xref linkend="xindex-gin-support-table">.
539+
GIN indexeshave six support functions,three of which are optional,
540+
asshown in <xref linkend="xindex-gin-support-table">.
535541
(For more information see <xref linkend="GIN">.)
536542
</para>
537543

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp