From: Stephen Frost Date: Thu, 6 Dec 2018 16:39:03 +0000 (-0500) Subject: Improve planner stats documentation X-Git-Tag: REL_11_2~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa175f61e0fcef16af57f82968a59ed5324146ca;p=postgresql 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 --- diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index d4232bf11b..779a58b76c 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1098,8 +1098,8 @@ WHERE tablename = 'road'; - Statistics objects are created using - , which see for more details. + Statistics objects are created using the + command. Creation of such an object merely creates a catalog entry expressing interest in the statistics. Actual data collection is performed by ANALYZE (either a manual command, or background