Improve planner stats documentation
authorStephen Frost
Thu, 6 Dec 2018 16:38:56 +0000 (11:38 -0500)
committerStephen Frost
Thu, 6 Dec 2018 16:38:56 +0000 (11:38 -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 e1e65c057e007f2b9c536827e2795b5c4ada6ac1..4dd3e35d0e5bf0ca72199c69c0d939576e443c8d 100644 (file)
@@ -1086,8 +1086,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