Commit 481f9dc3 authored by Bruce Momjian's avatar Bruce Momjian

doc: improve wording of the need for analyze of exp. indexes

This is a followup commit on 33702079.

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20201112211143.GL30691@telsasoft.com

Backpatch-through: 9.5
parent bcbd7713
...@@ -752,7 +752,7 @@ Indexes: ...@@ -752,7 +752,7 @@ Indexes:
For new expression indexes, it is necessary to run <link For new expression indexes, it is necessary to run <link
linkend="sql-analyze"><command>ANALYZE</command></link> or wait for linkend="sql-analyze"><command>ANALYZE</command></link> or wait for
the <link linkend="autovacuum">autovacuum daemon</link> to analyze 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>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment