Skip to content

Commit 481f9dc

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 bcbd771 commit 481f9dc

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
@@ -752,7 +752,7 @@ Indexes:
752752
For new expression indexes, it is necessary to run <link
753753
linkend="sql-analyze"><command>ANALYZE</command></link> or wait for
754754
the <link linkend="autovacuum">autovacuum daemon</link> to analyze
755-
the table to generate statistics about new expression indexes.
755+
the table to generate statistics for these indexes.
756756
</para>
757757

758758
<para>

0 commit comments

Comments
 (0)