projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be83aeb
)
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 94e45d1db63206008142877dcc94c27761b1fbab..31657b3319bcb47002f5528a31c1a0ba141f0d60 100644
(file)
--- a/
doc/src/sgml/ref/create_index.sgml
+++ b/
doc/src/sgml/ref/create_index.sgml
@@
-575,7
+575,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>