diff options
author | Tatsuo Ishii | 2016-02-16 06:36:52 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2016-02-16 06:43:15 +0000 |
commit | 38e617df36958660eee37571e3cc1713e3a49a4f (patch) | |
tree | 4dffd68097c69a8bbb824f8f29ea0d7eb3de89b3 | |
parent | 0b2aefe74afaf418ca74f31fc3ef39f2a3cd336a (diff) |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml index e7171ffb9bf..8041e8307ac 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 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> |