diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml
index e48990d003..bfdb9211d3 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -704,6 +704,16 @@ Indexes:
sort high, in queries that depend on indexes to avoid sorting steps.
+
+ The regularly system collects statistics on all of a table's
+ columns. Newly-created non-expression indexes can immediately
+ use these statistics to determine an index's usefulness.
+ 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.
+
+
For most index methods, the speed of creating an index is
dependent on the setting of .