From b7edb5d96e7c70fc4e522e4ca1f893e815fa5502 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sun, 15 Nov 2020 14:01:22 +0300 Subject: [PATCH] Add missing 'the' to pgtrgm.sgml Author: Erik Rijkers Discussion: https://postgr.es/m/159fba265fe7c37334640fdc0444cc4b%40xs4all.nl --- 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 8b3193e12c4..7293c7581a4 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 - equality operator (simple comparison operators are not supported). + the equality operator (simple comparison operators are not supported). Note that those indexes may not be as efficient as regular B-tree indexes for equality operator.