aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-11-16 10:26:17 -0500
committerBruce Momjian <bruce@momjian.us>2020-11-16 10:26:17 -0500
commit481f9dc3dc2fc779af3ab2d58216a1c2b970b20f (patch)
tree71a83feedd2fdb0795da48da11eaac8441094eb5 /doc/src
parentbcbd7713324798d5a74ca640c6cf6c439bda22e4 (diff)
downloadpostgresql-481f9dc3dc2fc779af3ab2d58216a1c2b970b20f.tar.gz
postgresql-481f9dc3dc2fc779af3ab2d58216a1c2b970b20f.zip
doc: improve wording of the need for analyze of exp. indexes
This is a followup commit on 3370207986. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20201112211143.GL30691@telsasoft.com Backpatch-through: 9.5
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_index.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml
index 063d70cb470..29dee5689e8 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -752,7 +752,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>