]> granicus.if.org Git - postgresql/commitdiff
Improve wording in the planner doc
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 16 Feb 2016 06:36:52 +0000 (15:36 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 16 Feb 2016 06:49:00 +0000 (15:49 +0900)
Change "In this case" to "In the example above" to clarify what it
actually refers to.

doc/src/sgml/planstats.sgml

index 986d0753bfa86efdc223cc1d16d873805ae8d735..1a482d37f475ad319a7c3becb581a29a82f803c4 100644 (file)
@@ -67,7 +67,7 @@ SELECT relpages, reltuples FROM pg_class WHERE relname = 'tenk1';
     not requiring a table scan).  If that is different from
     <structfield>relpages</structfield> then
     <structfield>reltuples</structfield> is scaled accordingly to
-    arrive at a current number-of-rows estimate.  In this case the value of
+    arrive at a current number-of-rows estimate.  In the example above, the value of
     <structfield>relpages</structfield> is up-to-date so the rows estimate is
     the same as <structfield>reltuples</structfield>.
   </para>