diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2016-02-16 15:36:52 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2016-02-16 15:36:52 +0900 |
commit | ce18d6bd30de7150e5423f62d62c27b9431f2c05 (patch) | |
tree | 3cba47304f18c64e42e128ad6aa4725edbb3a662 /doc/src | |
parent | 177ff78ddb11de94d653e4b3a93c16358b32af2d (diff) | |
download | postgresql-ce18d6bd30de7150e5423f62d62c27b9431f2c05.tar.gz postgresql-ce18d6bd30de7150e5423f62d62c27b9431f2c05.zip |
Improve wording in the planner doc
Change "In this case" to "In the example above" to clarify what it
actually refers to.
Diffstat (limited to 'doc/src')
-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 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> |