diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-11-16 10:54:11 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-11-16 10:54:11 -0300 |
commit | b3e7c202b79e4d6bce6a65c957fe7f813d5138f8 (patch) | |
tree | a2ff6f5b2e738c2a759a5c5405ee67b62b142ec5 | |
parent | 4ac8ee9d4878dadccc2331d8d1b1769c97f4ebe9 (diff) | |
download | postgresql-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.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 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 |