|
416 | 416 | </table>
|
417 | 417 |
|
418 | 418 | <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">. |
421 | 421 | (For more information see <xref linkend="GiST">.)
|
422 | 422 | </para>
|
423 | 423 |
|
|
477 | 477 | <entry>determine distance from key to query value (optional)</entry>
|
478 | 478 | <entry>8</entry>
|
479 | 479 | </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> |
480 | 486 | </tbody>
|
481 | 487 | </tgroup>
|
482 | 488 | </table>
|
|
530 | 536 | </table>
|
531 | 537 |
|
532 | 538 | <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">. |
535 | 541 | (For more information see <xref linkend="GIN">.)
|
536 | 542 | </para>
|
537 | 543 |
|
|