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

Commita273dcc

Browse files
committed
Doc: adjust documentation related to index support functions.
Commit15cb2bd neglected to make the running text match thetables, leaving the reader with the strong impression thatwe cannot count. Also, don't drop an unrelated para betweena table and the para describing it.
1 parentf3e1e66 commita273dcc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

‎doc/src/sgml/xindex.sgml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -400,22 +400,22 @@
400400
specified by the index method.
401401
</para>
402402

403+
<para>
404+
Additionally, some opclasses allow users to specify parameters which
405+
control their behavior. Each builtin index access method has an optional
406+
<function>options</function> support function, which defines a set of
407+
opclass-specific parameters.
408+
</para>
409+
403410
<para>
404411
B-trees require a comparison support function,
405-
and allowthree additional support functions to be
412+
and allowfour additional support functions to be
406413
supplied at the operator class author's option, as shown in <xref
407414
linkend="xindex-btree-support-table"/>.
408415
The requirements for these support functions are explained further in
409416
<xref linkend="btree-support-funcs"/>.
410417
</para>
411418

412-
<para>
413-
Additionally, some opclasses allow users to specify parameters which
414-
control their behavior. Each builtin index access method has an optional
415-
<function>options</function> support function, which defines a set of
416-
opclass-specific parameters.
417-
</para>
418-
419419
<table tocentry="1" id="xindex-btree-support-table">
420420
<title>B-Tree Support Functions</title>
421421
<tgroup cols="2">
@@ -469,8 +469,8 @@
469469
</table>
470470

471471
<para>
472-
Hash indexes require one support function, and allowa second one to be
473-
supplied at the operator class author's option, as shown in <xref
472+
Hash indexes require one support function, and allowtwo additional ones to
473+
besupplied at the operator class author's option, as shown in <xref
474474
linkend="xindex-hash-support-table"/>.
475475
</para>
476476

@@ -511,7 +511,7 @@
511511
</table>
512512

513513
<para>
514-
GiST indexes havenine support functions,two of which are optional,
514+
GiST indexes haveten support functions,three of which are optional,
515515
as shown in <xref linkend="xindex-gist-support-table"/>.
516516
(For more information see <xref linkend="gist"/>.)
517517
</para>
@@ -594,7 +594,7 @@
594594
</table>
595595

596596
<para>
597-
SP-GiST indexesrequire five support functions, as
597+
SP-GiST indexeshave six support functions, one of which is optional, as
598598
shown in <xref linkend="xindex-spgist-support-table"/>.
599599
(For more information see <xref linkend="spgist"/>.)
600600
</para>
@@ -653,7 +653,7 @@
653653
</table>
654654

655655
<para>
656-
GIN indexes havesix support functions,three of which are optional,
656+
GIN indexes haveseven support functions,four of which are optional,
657657
as shown in <xref linkend="xindex-gin-support-table"/>.
658658
(For more information see <xref linkend="gin"/>.)
659659
</para>
@@ -730,9 +730,9 @@
730730
</table>
731731

732732
<para>
733-
BRIN indexes havefour basic support functions,as shown in
734-
<xref linkend="xindex-brin-support-table"/>; those basic functions
735-
may require additional support functions to be provided.
733+
BRIN indexes havefive basic support functions,one of which is optional,
734+
as shown in<xref linkend="xindex-brin-support-table"/>. Some versions of
735+
the basic functions require additional support functions to be provided.
736736
(For more information see <xref linkend="brin-extensibility"/>.)
737737
</para>
738738

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp