]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: adjust expression index analyze working some more
authorBruce Momjian <bruce@momjian.us>
Mon, 16 Nov 2020 16:14:54 +0000 (11:14 -0500)
committerBruce Momjian <bruce@momjian.us>
Mon, 16 Nov 2020 16:14:54 +0000 (11:14 -0500)
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

doc/src/sgml/ref/create_index.sgml

index 137e69eed77df2bdc9e8714ade8e6cf28911e971..a43b76674e16e1a09a1c6924eb12e1c76e72fd2b 100644 (file)
@@ -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