]> granicus.if.org Git - postgresql/commitdiff
Improve planner stats documentation
authorStephen Frost <sfrost@snowman.net>
Thu, 6 Dec 2018 16:39:03 +0000 (11:39 -0500)
committerStephen Frost <sfrost@snowman.net>
Thu, 6 Dec 2018 16:39:03 +0000 (11:39 -0500)
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

doc/src/sgml/perform.sgml

index d4232bf11b4d298a1f555b31c080365f78880d45..779a58b76c1b70cdbd021a4d7cada776f136c310 100644 (file)
@@ -1098,8 +1098,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