Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae9492a

Browse files
committed
Remove mention of the version number from pg_trgm docs
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
1 parent f7a97b6 commit ae9492a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/pgtrgm.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,8 @@
415415
the purpose of very fast similarity searches. These index types support
416416
the above-described similarity operators, and additionally support
417417
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
418-
<literal>~</literal> and <literal>~*</literal> queries. Beginning in
419-
<productname>PostgreSQL</productname> 14, these indexes also support
420-
the equality operator (inequality operators are not supported).
418+
<literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
419+
Inequality operators are not supported.
421420
Note that those indexes may not be as efficient as regular B-tree indexes
422421
for equality operator.
423422
</para>

0 commit comments

Comments
 (0)