diff options
author | Stephen Frost <sfrost@snowman.net> | 2018-12-06 11:38:56 -0500 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2018-12-06 11:38:56 -0500 |
commit | 23f9e3e36b1b58625f79a741c0fa6468c682da4e (patch) | |
tree | 23084b66624bd5e5126a9978f9434e9155858382 | |
parent | db35e959bbbddaf01c9aa1060ef60b34520e021d (diff) |
Improve planner stats documentation
It was pointed out that in the planner stats documentation under
Extended Statistics, one of the sentences was a bit awkward. Improve
that by rewording it slightly.
Discussion: https://postgr.es/m/154409976780.14137.2785644488950047100@wrigleys.postgresql.org
-rw-r--r-- | doc/src/sgml/perform.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index e1e65c057e0..4dd3e35d0e5 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1086,8 +1086,8 @@ WHERE tablename = 'road'; </para> <para> - Statistics objects are created using - <xref linkend="sql-createstatistics">, which see for more details. + Statistics objects are created using the + <xref linkend="sql-createstatistics"> command. Creation of such an object merely creates a catalog entry expressing interest in the statistics. Actual data collection is performed by <command>ANALYZE</command> (either a manual command, or background |