]> granicus.if.org Git - postgresql/commit
Doc: Correct description of amcheck example query.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 8 Aug 2018 19:56:23 +0000 (12:56 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 8 Aug 2018 19:56:23 +0000 (12:56 -0700)
commit393e539c54d14ecd2b7d15b4cf2ac4a858ec451b
tree019c6f2dca25ab95b329b5ae92a5abcff0ca9aee
parent79f17d45e82f3648c2459b8128ab4d516fb7640a
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.
doc/src/sgml/amcheck.sgml