diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:17 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:17 -0500 |
commit | 481f9dc3dc2fc779af3ab2d58216a1c2b970b20f (patch) | |
tree | 71a83feedd2fdb0795da48da11eaac8441094eb5 /doc/src | |
parent | bcbd7713324798d5a74ca640c6cf6c439bda22e4 (diff) | |
download | postgresql-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.sgml | 2 |
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> |