|
459 | 459 | </row>
|
460 | 460 | <row>
|
461 | 461 | <entry>
|
462 |
| - Defines a set of options that are specific to this operator class |
| 462 | + Define options that are specific to this operator class |
463 | 463 | (optional)
|
464 | 464 | </entry>
|
465 | 465 | <entry>5</entry>
|
|
501 | 501 | </row>
|
502 | 502 | <row>
|
503 | 503 | <entry>
|
504 |
| - Defines a set of options that are specific to this operator class |
| 504 | + Define options that are specific to this operator class |
505 | 505 | (optional)
|
506 | 506 | </entry>
|
507 | 507 | <entry>3</entry>
|
|
511 | 511 | </table>
|
512 | 512 |
|
513 | 513 | <para>
|
514 |
| - GiST indexes have ten support functions, three of which are optional, |
| 514 | + GiST indexes have eleven support functions, six of which are optional, |
515 | 515 | as shown in <xref linkend="xindex-gist-support-table"/>.
|
516 | 516 | (For more information see <xref linkend="gist"/>.)
|
517 | 517 | </para>
|
|
544 | 544 | <row>
|
545 | 545 | <entry><function>compress</function></entry>
|
546 | 546 | <entry>compute a compressed representation of a key or value
|
547 |
| - to be indexed</entry> |
| 547 | + to be indexed (optional)</entry> |
548 | 548 | <entry>3</entry>
|
549 | 549 | </row>
|
550 | 550 | <row>
|
551 | 551 | <entry><function>decompress</function></entry>
|
552 | 552 | <entry>compute a decompressed representation of a
|
553 |
| - compressed key</entry> |
| 553 | + compressed key (optional)</entry> |
554 | 554 | <entry>4</entry>
|
555 | 555 | </row>
|
556 | 556 | <row>
|
|
566 | 566 | <entry>6</entry>
|
567 | 567 | </row>
|
568 | 568 | <row>
|
569 |
| - <entry><function>equal</function></entry> |
| 569 | + <entry><function>same</function></entry> |
570 | 570 | <entry>compare two keys and return true if they are equal</entry>
|
571 | 571 | <entry>7</entry>
|
572 | 572 | </row>
|
|
583 | 583 | </row>
|
584 | 584 | <row>
|
585 | 585 | <entry><function>options</function></entry>
|
586 |
| - <entry> |
587 |
| - Defines a set of options that are specific to this operator class |
588 |
| - (optional) |
589 |
| - </entry> |
| 586 | + <entry>define options that are specific to this operator class |
| 587 | + (optional)</entry> |
590 | 588 | <entry>10</entry>
|
591 | 589 | </row>
|
| 590 | + <row> |
| 591 | + <entry><function>sortsupport</function></entry> |
| 592 | + <entry>provide a sort comparator to be used in fast index builds |
| 593 | + (optional)</entry> |
| 594 | + <entry>11</entry> |
| 595 | + </row> |
592 | 596 | </tbody>
|
593 | 597 | </tgroup>
|
594 | 598 | </table>
|
|
642 | 646 | </row>
|
643 | 647 | <row>
|
644 | 648 | <entry><function>options</function></entry>
|
645 |
| - <entry> |
646 |
| - Defines a set of options that are specific to this operator class |
647 |
| - (optional) |
648 |
| - </entry> |
| 649 | + <entry>define options that are specific to this operator class |
| 650 | + (optional)</entry> |
649 | 651 | <entry>6</entry>
|
650 | 652 | </row>
|
651 | 653 | </tbody>
|
|
720 | 722 | <row>
|
721 | 723 | <entry><function>options</function></entry>
|
722 | 724 | <entry>
|
723 |
| - Defines a set of options that are specific to this operator class |
| 725 | + define options that are specific to this operator class |
724 | 726 | (optional)
|
725 | 727 | </entry>
|
726 | 728 | <entry>7</entry>
|
|
778 | 780 | <row>
|
779 | 781 | <entry><function>options</function></entry>
|
780 | 782 | <entry>
|
781 |
| - Defines a set of options that are specific to this operator class |
| 783 | + define options that are specific to this operator class |
782 | 784 | (optional)
|
783 | 785 | </entry>
|
784 | 786 | <entry>5</entry>
|
|
0 commit comments