From bdc309c7dc849a7362a624846ebc9170a8c353f3 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Tue, 16 Feb 2016 15:36:52 +0900 Subject: [PATCH] Improve wording in the planner doc Change "In this case" to "In the example above" to clarify what it actually refers to. --- doc/src/sgml/planstats.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml index 986d0753bf..1a482d37f4 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.