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 relpages then reltuples 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 reltuples.