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 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.