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

Commit 7adb8fe

Browse files
committed
Reword 'simple comparison' => 'inequality' in pgtrgm.sgml
Discussion: https://postgr.es/m/CAMkU%3D1zxfA8_MGBW6sJMj54p8nPoe4bMb5LoG-rMYZVPq4j08Q%40mail.gmail.com Author: Jeff Janes
1 parent 846005e commit 7adb8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgtrgm.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
422422
<literal>~</literal> and <literal>~*</literal> queries. Beginning in
423423
<productname>PostgreSQL</productname> 14, these indexes also support
424-
the equality operator (simple comparison operators are not supported).
424+
the equality operator (inequality operators are not supported).
425425
Note that those indexes may not be as efficient as regular B-tree indexes
426426
for equality operator.
427427
</para>

0 commit comments

Comments
 (0)