From 481f9dc3dc2fc779af3ab2d58216a1c2b970b20f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 16 Nov 2020 10:26:17 -0500 Subject: [PATCH] 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 --- doc/src/sgml/ref/create_index.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 063d70cb470..29dee5689e8 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -752,7 +752,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. -- 2.30.2