diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:16 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:16 -0500 |
commit | 2c2ab4b9cb311a314e795653bd500f10c3955566 (patch) | |
tree | c22e6588e04e4a1a109e52df165e4a9496c8199d | |
parent | 9cebe49524af365d48f9e63048c79f537d6b135c (diff) | |
download | postgresql-2c2ab4b9cb311a314e795653bd500f10c3955566.tar.gz postgresql-2c2ab4b9cb311a314e795653bd500f10c3955566.zip |
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
-rw-r--r-- | doc/src/sgml/ref/create_index.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 06a1ddf33fe..c9e874cd6fe 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -682,7 +682,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> |