diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2020-11-15 14:01:22 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2020-11-15 14:01:22 +0300 |
commit | b7edb5d96e7c70fc4e522e4ca1f893e815fa5502 (patch) | |
tree | 6bdc5c22d12d2167c6264a2e85abca15a01c9e80 /doc/src | |
parent | 8afa3795a7a29f018769f16f6af936439847bd66 (diff) | |
download | postgresql-b7edb5d96e7c70fc4e522e4ca1f893e815fa5502.tar.gz postgresql-b7edb5d96e7c70fc4e522e4ca1f893e815fa5502.zip |
Add missing 'the' to pgtrgm.sgml
Author: Erik Rijkers
Discussion: https://postgr.es/m/159fba265fe7c37334640fdc0444cc4b%40xs4all.nl
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgtrgm.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <literal>LIKE</literal>, <literal>ILIKE</literal>, <literal>~</literal> and <literal>~*</literal> queries. Beginning in <productname>PostgreSQL</productname> 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. </para> |