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 | bcbd7713324798d5a74ca640c6cf6c439bda22e4 (patch) | |
tree | 40ad4a62ac0bc7152d81b5f872125ae98404a27c /doc/src | |
parent | 5664b7be5b2c2e756372e7dde7c187a11a5ab701 (diff) | |
download | postgresql-bcbd7713324798d5a74ca640c6cf6c439bda22e4.tar.gz postgresql-bcbd7713324798d5a74ca640c6cf6c439bda22e4.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 844f00904be..063d70cb470 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -746,7 +746,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 |