Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d265cd2 commit 3e7d94fCopy full SHA for 3e7d94f
doc/src/sgml/pgtrgm.sgml
@@ -416,6 +416,8 @@
416
the above-described similarity operators, and additionally support
417
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
418
<literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
419
+ The similarity comparisons are case-insensitive in a default build of
420
+ <filename>pg_trgm</filename>.
421
Inequality operators are not supported.
422
Note that those indexes may not be as efficient as regular B-tree indexes
423
for equality operator.
0 commit comments