From 7adb8feb0f69fd9c79078c6cea984bb4bff1c841 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Mon, 16 Nov 2020 09:09:07 +0300 Subject: [PATCH] Reword 'simple comparison' => 'inequality' in pgtrgm.sgml Discussion: https://postgr.es/m/CAMkU%3D1zxfA8_MGBW6sJMj54p8nPoe4bMb5LoG-rMYZVPq4j08Q%40mail.gmail.com Author: Jeff Janes --- doc/src/sgml/pgtrgm.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index 7293c7581a..76806302db 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -421,7 +421,7 @@ trigram-based index searches for LIKE, ILIKE, ~ and ~* queries. Beginning in PostgreSQL 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.