From: Stephen Frost Date: Thu, 6 Dec 2018 16:39:09 +0000 (-0500) Subject: Improve planner stats documentation X-Git-Tag: REL_12_BETA1~1102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a55ccc477b58863f6c73c243c7adb79c9717eda;p=thirdparty%2Fpostgresql.git 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 7373af860cf..783d708073d 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