Skip to content

Commit b7edb5d

Browse files
committed
Add missing 'the' to pgtrgm.sgml
Author: Erik Rijkers Discussion: https://postgr.es/m/159fba265fe7c37334640fdc0444cc4b%40xs4all.nl
1 parent 8afa379 commit b7edb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgtrgm.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
422422
<literal>~</literal> and <literal>~*</literal> queries. Beginning in
423423
<productname>PostgreSQL</productname> 14, these indexes also support
424-
equality operator (simple comparison operators are not supported).
424+
the equality operator (simple comparison operators are not supported).
425425
Note that those indexes may not be as efficient as regular B-tree indexes
426426
for equality operator.
427427
</para>

0 commit comments

Comments
 (0)