diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-16 11:14:54 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-16 11:14:54 -0500 |
commit | 9425c90cc3e16c2779e3e413030b53206e625508 (patch) | |
tree | 77f051d42ae4ea198e7fbeb5c7ab7654da6973da | |
parent | 2c2ab4b9cb311a314e795653bd500f10c3955566 (diff) | |
download | postgresql-9425c90cc3e16c2779e3e413030b53206e625508.tar.gz postgresql-9425c90cc3e16c2779e3e413030b53206e625508.zip |
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
-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 c9e874cd6fe..ad4956958f2 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -676,7 +676,7 @@ Indexes: </para> <para> - 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 <link |