We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597f7e3 commit bdc309cCopy full SHA for bdc309c
doc/src/sgml/planstats.sgml
@@ -67,7 +67,7 @@ SELECT relpages, reltuples FROM pg_class WHERE relname = 'tenk1';
67
not requiring a table scan). If that is different from
68
<structfield>relpages</structfield> then
69
<structfield>reltuples</structfield> is scaled accordingly to
70
- 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
71
<structfield>relpages</structfield> is up-to-date so the rows estimate is
72
the same as <structfield>reltuples</structfield>.
73
</para>
0 commit comments