projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afa379
)
Add missing 'the' to pgtrgm.sgml
author
Alexander Korotkov
Sun, 15 Nov 2020 11:01:22 +0000
(14:01 +0300)
committer
Alexander Korotkov
Sun, 15 Nov 2020 11:01:22 +0000
(14:01 +0300)
Author: Erik Rijkers
Discussion: https://postgr.es/m/
159fba265fe7c37334640fdc0444cc4b
%40xs4all.nl
doc/src/sgml/pgtrgm.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgtrgm.sgml
b/doc/src/sgml/pgtrgm.sgml
index 8b3193e12c4e496a8b41a594684091459eb073f2..7293c7581a48d0ecbf95c26ebbe8f256366856f8 100644
(file)
--- 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.