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