Jump to letter: [
ABCEGHIJLMNOPRSTUW
]
amcheck_next94 - Functions for verifying PostgreSQL relation integrity
- Description:
The amcheck module provides functions that allow you to verify the
logical consistency of the structure of PostgreSQL indexes. If the
structure appears to be valid, no error is raised. Currently, only
B-Tree indexes are supported, although since in practice the
majority of PostgreSQL indexes are B-Tree indexes, amcheck is
likely to be effective as a general corruption smoke-test in
production PostgreSQL installations.
Packages