pgtrgm-20201115.sgml.diff
text/x-diff
Filename: pgtrgm-20201115.sgml.diff
Type: text/x-diff
Part: 0
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/pgtrgm.sgml | 1 | 1 |
--- doc/src/sgml/pgtrgm.sgml.orig 2020-11-15 08:00:54.607816533 +0100
+++ doc/src/sgml/pgtrgm.sgml 2020-11-15 08:17:23.243316332 +0100
@@ -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>