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 | 6571695d914c19f4d015481deba714866075b5ac (patch) | |
tree | bc45341aef7d29fac0f861440c5099b44d8f6298 | |
parent | be83aeba840a5dc678781151c0560ca9de08d7b3 (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 94e45d1db63..31657b3319b 100644 --- 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> |