Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdc309c

Browse files
committed
Improve wording in the planner doc
Change "In this case" to "In the example above" to clarify what it actually refers to.
1 parent 597f7e3 commit bdc309c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/planstats.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ SELECT relpages, reltuples FROM pg_class WHERE relname = 'tenk1';
6767
not requiring a table scan). If that is different from
6868
<structfield>relpages</structfield> then
6969
<structfield>reltuples</structfield> is scaled accordingly to
70-
arrive at a current number-of-rows estimate. In this case the value of
70+
arrive at a current number-of-rows estimate. In the example above, the value of
7171
<structfield>relpages</structfield> is up-to-date so the rows estimate is
7272
the same as <structfield>reltuples</structfield>.
7373
</para>

0 commit comments

Comments
 (0)