We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a97b6 commit ae9492aCopy full SHA for ae9492a
doc/src/sgml/pgtrgm.sgml
@@ -415,9 +415,8 @@
415
the purpose of very fast similarity searches. These index types support
416
the above-described similarity operators, and additionally support
417
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).
+ <literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
+ Inequality operators are not supported.
421
Note that those indexes may not be as efficient as regular B-tree indexes
422
for equality operator.
423
</para>
0 commit comments