aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2016-02-16 15:36:52 +0900
committerTatsuo Ishii <ishii@postgresql.org>2016-02-16 15:37:49 +0900
commit77c616a79dc9e852fa66cc69e6b4997511cc4dfa (patch)
tree77a58907573cf123199158bed5218c4d258b8b88
parent2f66e29db40d24c201094c2921411f894692635e (diff)
downloadpostgresql-77c616a79dc9e852fa66cc69e6b4997511cc4dfa.tar.gz
postgresql-77c616a79dc9e852fa66cc69e6b4997511cc4dfa.zip
Improve wording in the planner doc
Change "In this case" to "In the example above" to clarify what it actually refers to.
-rw-r--r--doc/src/sgml/planstats.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml
index 986d0753bfa..1a482d37f47 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
<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>