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 | 2ed099ed6dce5079e6cc5d5bf3142b941ca2f04e (patch) | |
tree | 0b59db8277f3818d12896429f2c80a2d3ef7d908 /doc/src | |
parent | 97b4f85860a0a2e37a15ab5cbdaa380c49947af5 (diff) |
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
Diffstat (limited to 'doc/src')
-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 137e69eed77..a43b76674e1 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -566,7 +566,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 |