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 | 260493aed2e8863fe76e7c5f0c02f535f40000fe (patch) | |
tree | e21e84effbf44bad8e246e29b8f1d3a89387b737 | |
parent | b3e7c202b79e4d6bce6a65c957fe7f813d5138f8 (diff) | |
download | postgresql-260493aed2e8863fe76e7c5f0c02f535f40000fe.tar.gz postgresql-260493aed2e8863fe76e7c5f0c02f535f40000fe.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
-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 ab85b1aac8d..c5417bf4b88 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -711,7 +711,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> |