projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c89246
)
Fix typo
author
Alvaro Herrera
Mon, 16 Nov 2020 13:54:11 +0000
(10:54 -0300)
committer
Alvaro Herrera
Mon, 16 Nov 2020 13:54:11 +0000
(10:54 -0300)
Introduced in
90fdc259866e
; backpatch to 12.
Author: Erik Rijkers
Discussion: https://postgr.es/m/
e92b3fba98a0c0f7afc0a2a37e765954
@xs4all.nl
doc/src/sgml/ref/create_index.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_index.sgml
b/doc/src/sgml/ref/create_index.sgml
index f4196839b2c969a414e14bdc9ee238857c8cc431..5bc93a180ec660daef0b4ca0d66f3687bb901ba7 100644
(file)
--- a/
doc/src/sgml/ref/create_index.sgml
+++ b/
doc/src/sgml/ref/create_index.sgml
@@
-742,7
+742,7
@@
Indexes:
- The
regularly system
collects statistics on all of a table's
+ The
system regularly
collects statistics on all of a table's
columns. Newly-created non-expression indexes can immediately
use these statistics to determine an index's usefulness.
For new expression indexes, it is necessary to run