aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2020-11-16 09:09:07 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2020-11-16 09:09:07 +0300
commit7adb8feb0f69fd9c79078c6cea984bb4bff1c841 (patch)
tree9d007252f3f6496e83e0d684d30af1f0273117bf /doc/src
parent846005e4f3829c3eafe1f8441b80ff90657d0a29 (diff)
downloadpostgresql-7adb8feb0f69fd9c79078c6cea984bb4bff1c841.tar.gz
postgresql-7adb8feb0f69fd9c79078c6cea984bb4bff1c841.zip
Reword 'simple comparison' => 'inequality' in pgtrgm.sgml
Discussion: https://postgr.es/m/CAMkU%3D1zxfA8_MGBW6sJMj54p8nPoe4bMb5LoG-rMYZVPq4j08Q%40mail.gmail.com Author: Jeff Janes
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgtrgm.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml
index 7293c7581a4..76806302db6 100644
--- a/doc/src/sgml/pgtrgm.sgml
+++ b/doc/src/sgml/pgtrgm.sgml
@@ -421,7 +421,7 @@
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
<literal>~</literal> and <literal>~*</literal> queries. Beginning in
<productname>PostgreSQL</productname> 14, these indexes also support
- the equality operator (simple comparison 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
for equality operator.
</para>