Commit ae9492a6 authored by Alexander Korotkov's avatar Alexander Korotkov

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
parent f7a97b6e
...@@ -415,9 +415,8 @@ ...@@ -415,9 +415,8 @@
the purpose of very fast similarity searches. These index types support the purpose of very fast similarity searches. These index types support
the above-described similarity operators, and additionally support the above-described similarity operators, and additionally support
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>, trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
<literal>~</literal> and <literal>~*</literal> queries. Beginning in <literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
<productname>PostgreSQL</productname> 14, these indexes also support Inequality 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 Note that those indexes may not be as efficient as regular B-tree indexes
for equality operator. for equality operator.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment