]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: improve wording of the need for analyze of exp. indexes
authorBruce Momjian <bruce@momjian.us>
Mon, 16 Nov 2020 15:26:17 +0000 (10:26 -0500)
committerBruce Momjian <bruce@momjian.us>
Mon, 16 Nov 2020 15:26:17 +0000 (10:26 -0500)
This is a followup commit on 3370207986.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20201112211143.GL30691@telsasoft.com

Backpatch-through: 9.5

doc/src/sgml/ref/create_index.sgml

index 5bc93a180ec660daef0b4ca0d66f3687bb901ba7..bd69fb95ec5d10a463992b1fb81676b0df6fe3bf 100644 (file)
@@ -748,7 +748,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>