1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.
This commit is contained in:
Tatsuo Ishii
2016-02-16 15:36:52 +09:00
parent 0b2aefe74a
commit 38e617df36

View File

@ -67,7 +67,7 @@ SELECT relpages, reltuples FROM pg_class WHERE relname = 'tenk1';
not requiring a table scan). If that is different from not requiring a table scan). If that is different from
<structfield>relpages</structfield> then <structfield>relpages</structfield> then
<structfield>reltuples</structfield> is scaled accordingly to <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 are correct so the rows estimate is the same as
<structfield>reltuples</structfield>. <structfield>reltuples</structfield>.
</para> </para>