From: Bruce Momjian Date: Mon, 16 Nov 2020 16:14:53 +0000 (-0500) Subject: doc: adjust expression index analyze working some more X-Git-Tag: REL9_5_25~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba665ed1c2e3386026a8249cdaabf95c4674d716;p=thirdparty%2Fpostgresql.git doc: adjust expression index analyze working some more This applies the fix bcbd771332 to skipped branches. Reported-by: Erik Rijkers Discussion: https://postgr.es/m/e92b3fba98a0c0f7afc0a2a37e765954@xs4all.nl Backpatch-through: 9.5-11 --- diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 31657b3319b..93e7ceaf626 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -569,7 +569,7 @@ Indexes: - The regularly system collects statistics on all of a table's + The system regularly 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