Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Remove mention of the version number from pg_trgm docs
authorAlexander Korotkov <akorotkov@postgresql.org>
Tue, 4 May 2021 00:56:16 +0000 (03:56 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Tue, 4 May 2021 00:59:21 +0000 (03:59 +0300)
We don't usually mention the version number in similar situations.  So, neither
mention it here.

Reported-by: Bruce Momjian
Discussion: https://postgr.es/m/20210503234914.GO6180%40momjian.us

doc/src/sgml/pgtrgm.sgml

index ca97c7ce00a9da952173d566abaf68b2365ecebe..7e292822553e5191a9a00b4d6d709bfaf71ea73b 100644 (file)
    the purpose of very fast similarity searches.  These index types support
    the above-described similarity operators, and additionally support
    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 (inequality operators are not supported).
+   <literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
+   Inequality operators are not supported.
    Note that those indexes may not be as efficient as regular B-tree indexes
    for equality operator.
   </para>