From: Bruce Momjian Date: Mon, 16 Nov 2020 15:26:16 +0000 (-0500) Subject: doc: improve wording of the need for analyze of exp. indexes X-Git-Tag: REL_10_16~86 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=97b4f85860a0a2e37a15ab5cbdaa380c49947af5;p=postgresql.git doc: improve wording of the need for analyze of exp. indexes This is a followup commit on 3370207986. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20201112211143.GL30691@telsasoft.com Backpatch-through: 9.5 --- diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index fb1ecb9ff6a..137e69eed77 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -572,7 +572,7 @@ Indexes: For new expression indexes, it is necessary to run ANALYZE or wait for the autovacuum daemon to analyze - the table to generate statistics about new expression indexes. + the table to generate statistics for these indexes.