summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-11-16 11:14:54 -0500
committerBruce Momjian <bruce@momjian.us>2020-11-16 11:14:54 -0500
commit7bf7e5caad76b829dd46301501f751c87083bc66 (patch)
treede3dede43b294f68a86ec91f1252d3505b77fb12
parent708853a8a72ff96ebd35cfde78187a7e135da806 (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
-rw-r--r--doc/src/sgml/ref/create_index.sgml2
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 d5345e489fe..94d43bf33a5 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -569,7 +569,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