Improve wording in the planner doc
authorTatsuo Ishii <[email protected]>
Tue, 16 Feb 2016 06:36:52 +0000 (15:36 +0900)
committerTatsuo Ishii <[email protected]>
Tue, 16 Feb 2016 06:38:12 +0000 (15:38 +0900)
Change "In this case" to "In the example above" to clarify what it
actually refers to.

doc/src/sgml/planstats.sgml

index 88cc7df2f9fa742f2474fb65afeb02705ac029a7..a3d427b1acf9bf89506190f66aec5c963d82fc7f 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>