Skip to content

Commit 2c2ab4b

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 9cebe49 commit 2c2ab4b

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
@@ -682,7 +682,7 @@ Indexes:
682682
For new expression indexes, it is necessary to run <link
683683
linkend="sql-analyze"><command>ANALYZE</command></link> or wait for
684684
the <link linkend="autovacuum">autovacuum daemon</link> to analyze
685-
the table to generate statistics about new expression indexes.
685+
the table to generate statistics for these indexes.
686686
</para>
687687

688688
<para>

0 commit comments

Comments
 (0)