From: Alvaro Herrera Date: Mon, 16 Nov 2020 13:54:11 +0000 (-0300) Subject: Fix typo X-Git-Tag: REL_13_2~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89e0ee9a7bada0101e1dff175cd002d16a364f94;p=thirdparty%2Fpostgresql.git Fix typo Introduced in 90fdc259866e; backpatch to 12. Author: Erik Rijkers Discussion: https://postgr.es/m/e92b3fba98a0c0f7afc0a2a37e765954@xs4all.nl --- 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: - 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