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 | 89e0ee9a7bada0101e1dff175cd002d16a364f94 (patch) | |
tree | d3a0886d124fb9e31ddb35ce33c0e2d6e89eba8f /doc/src | |
parent | 7c89246d0bb233be7d6670f0a8f024e99423e8cc (diff) | |
download | postgresql-89e0ee9a7bada0101e1dff175cd002d16a364f94.tar.gz postgresql-89e0ee9a7bada0101e1dff175cd002d16a364f94.zip |
Fix typo
Introduced in 90fdc259866e; backpatch to 12.
Author: Erik Rijkers <er@xs4all.nl>
Discussion: https://postgr.es/m/e92b3fba98a0c0f7afc0a2a37e765954@xs4all.nl
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 f4196839b2c..5bc93a180ec 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -742,7 +742,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 |