Reword 'simple comparison' => 'inequality' in pgtrgm.sgml
authorAlexander Korotkov <akorotkov@postgresql.org>
Mon, 16 Nov 2020 06:09:07 +0000 (09:09 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Mon, 16 Nov 2020 06:09:07 +0000 (09:09 +0300)
Discussion: https://postgr.es/m/CAMkU%3D1zxfA8_MGBW6sJMj54p8nPoe4bMb5LoG-rMYZVPq4j08Q%40mail.gmail.com
Author: Jeff Janes

doc/src/sgml/pgtrgm.sgml

index 7293c7581a48d0ecbf95c26ebbe8f256366856f8..76806302db6addd028607985f7a4b0477a9c5097 100644 (file)
    trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
    <literal>~</literal> and <literal>~*</literal> queries.  Beginning in
    <productname>PostgreSQL</productname> 14, these indexes also support
-   the equality operator (simple comparison operators are not supported).
+   the equality operator (inequality operators are not supported).
    Note that those indexes may not be as efficient as regular B-tree indexes
    for equality operator.
   </para>