Jump to letter: [
ABCEGHIJLMNOPRSTW
]
amcheck95 - 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
amcheck95-0.3-1.rhel7.src
[29 KiB] |
Changelog
by - Devrim Gündüz (2017-10-09):
- Initial packaging for PostgreSQL RPM repository.
|