aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2020-11-16 10:54:11 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2020-11-16 10:54:11 -0300
commitb3e7c202b79e4d6bce6a65c957fe7f813d5138f8 (patch)
treea2ff6f5b2e738c2a759a5c5405ee67b62b142ec5
parent4ac8ee9d4878dadccc2331d8d1b1769c97f4ebe9 (diff)
downloadpostgresql-b3e7c202b79e4d6bce6a65c957fe7f813d5138f8.tar.gz
postgresql-b3e7c202b79e4d6bce6a65c957fe7f813d5138f8.zip
Fix typo
Introduced in 90fdc259866e; backpatch to 12. Author: Erik Rijkers <er@xs4all.nl> Discussion: https://postgr.es/m/e92b3fba98a0c0f7afc0a2a37e765954@xs4all.nl
-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 bfdb9211d3b..ab85b1aac8d 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -705,7 +705,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