Doc: Correct description of amcheck example query.

Peter Geoghegan <pg@bowt.ie>

Commit: 313cbdc7f666a5af2c977463faf8a0eb06011b98
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2018-08-08T19:56:11Z
Releases: 12.0
Doc: Correct description of amcheck example query.

The amcheck documentation incorrectly claimed that its example query
verifies every catalog index in the database.  In fact, the query only
verifies the 10 largest indexes (as determined by pg_class.relpages).
Adjust the description accordingly.

Backpatch: 10-, where contrib/amcheck was introduced.

Files

PathChange+/−
doc/src/sgml/amcheck.sgml modified +9 −11

Documentation touched