10000
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 415
415
the purpose of very fast similarity searches. These index types support
416
416
the above-described similarity operators, and additionally support
417
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).
418
+ <literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
419
+ Inequality operators are not supported.
421
420
Note that those indexes may not be as efficient as regular B-tree indexes
422
421
for equality operator.
423
422
</para>
You can’t perform that action at this time.
0 commit comments