]> 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:43:15 +0000 (15:43 +0900)
Change "In this case" to "In the example above" to clarify what it
actually refers to.

doc/src/sgml/planstats.sgml

index e7171ffb9bf8f9d244e40f2b983926ba96de7c88..8041e8307ac36132f539816d58911b8e3ccbaaf3 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 values
+    arrive at a current number-of-rows estimate.  In the example above, the values
     are correct so the rows estimate is the same as
     <structfield>reltuples</structfield>.
   </para>