diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:17 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-16 10:26:17 -0500 |
commit | d8395970ea9b46354f009b384ac9b9ff66c4410c (patch) | |
tree | f4d3d746a86e5494dcb6257cb253e193c6a9f873 | |
parent | 89e0ee9a7bada0101e1dff175cd002d16a364f94 (diff) | |
download | postgresql-d8395970ea9b46354f009b384ac9b9ff66c4410c.tar.gz postgresql-d8395970ea9b46354f009b384ac9b9ff66c4410c.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 5bc93a180ec..bd69fb95ec5 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -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> |