summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-11-16 10:26:16 -0500
committerBruce Momjian <bruce@momjian.us>2020-11-16 10:26:16 -0500
commit6571695d914c19f4d015481deba714866075b5ac (patch)
treebc45341aef7d29fac0f861440c5099b44d8f6298
parentbe83aeba840a5dc678781151c0560ca9de08d7b3 (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.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 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>