From: Tatsuo Ishii Date: Tue, 16 Feb 2016 06:36:52 +0000 (+0900) Subject: Improve wording in the planner doc X-Git-Tag: REL9_2_16~29 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=779c46a39f04c7ea2f9aae3b92854b5a885fe07e;p=postgresql.git Improve wording in the planner doc Change "In this case" to "In the example above" to clarify what it actually refers to. --- diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml index 88cc7df2f9f..a3d427b1acf 100644 --- a/doc/src/sgml/planstats.sgml +++ b/doc/src/sgml/planstats.sgml @@ -67,7 +67,7 @@ SELECT relpages, reltuples FROM pg_class WHERE relname = 'tenk1'; not requiring a table scan). If that is different from relpages then reltuples 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 relpages is up-to-date so the rows estimate is the same as reltuples.