Skip to content

Commit 708853a

Browse files
committed
doc: improve wording of the need for analyze of exp. indexes
This is a followup commit on 3370207. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20201112211143.GL30691@telsasoft.com Backpatch-through: 9.5
1 parent fe709f3 commit 708853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_index.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Indexes:
575575
For new expression indexes, it is necessary to run <link
576576
linkend="sql-analyze"><command>ANALYZE</command></link> or wait for
577577
the <link linkend="autovacuum">autovacuum daemon</link> to analyze
578-
the table to generate statistics about new expression indexes.
578+
the table to generate statistics for these indexes.
579579
</para>
580580

581581
<para>

0 commit comments

Comments
 (0)