diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:16 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:16 -0500 |
commit | 97b4f85860a0a2e37a15ab5cbdaa380c49947af5 (patch) | |
tree | 9b936c2009414fd0dab0507f4da1815f7e5d8938 | |
parent | 658577038ff98ced2f37665d862ad6a70ad2d85c (diff) |
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
-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 fb1ecb9ff6a..137e69eed77 100644 --- 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> |