projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6585770
)
doc: improve wording of the need for analyze of exp. indexes
author
Bruce Momjian
<
[email protected]
>
Mon, 16 Nov 2020 15:26:16 +0000
(10:26 -0500)
committer
Bruce Momjian
<
[email protected]
>
Mon, 16 Nov 2020 15:26:16 +0000
(10:26 -0500)
This is a followup commit on
3370207986
.
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/
20201112211143
[email protected]
Backpatch-through: 9.5
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 fb1ecb9ff6a6cabdd8213c11a0c2846b2ec5e2ff..137e69eed77df2bdc9e8714ade8e6cf28911e971 100644
(file)
--- a/
doc/src/sgml/ref/create_index.sgml
+++ b/
doc/src/sgml/ref/create_index.sgml
@@
-572,7
+572,7
@@
Indexes:
For new expression indexes, it is necessary to run <link
linkend="sql-analyze"><command>ANALYZE</command></link> or wait for
the <link linkend="autovacuum">autovacuum daemon</link> to analyze
- the table to generate statistics
about new expression
indexes.
+ the table to generate statistics
for these
indexes.
</para>
<para>