pg_catcheck is now available - Mailing list pgsql-announce

From Robert Haas
Subject pg_catcheck is now available
Date
Msg-id CA+3TBzvtUnirM=mPtvwoRTk8zq6c3qypUiWR+THcAXn5MM6oDQ@mail.gmail.com
Whole thread Raw
List pgsql-announce
EnterpriseDB is pleased to announce the initial release of
pg_catcheck, a catalog integrity checker for PostgreSQL and Postgres
Plus Advanced Server. pg_catcheck is a simple tool for diagnosing
system catalog corruption, released under the same license as
PostgreSQL itself.  pg_catcheck reports logical errors in system
catalogs, such as a value in pg_catalog.relnamespace that is not
present in pg_namespace.oid.  It is intended to make it easy to
determine the nature and extent of system catalog corruption so that
you (or your PostgreSQL support provider) can take whatever recovery
actions you might deem appropriate, such as repairing enough of the
damage to take a successful pg_dump of the damaged cluster.
pg_catcheck has been tested on Linux and Windows and is expected to
work on other operating systems, and it supports server versions 8.4
and newer.

For more details, see the source code and README at
https://github.com/EnterpriseDB/pg_catcheck

You can join the project mailing list, pg-catcheck@enterprisedb.com,
by visiting:

https://groups.google.com/a/enterprisedb.com/forum/#!forum/pg-catcheck

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - May 11 2014 ==
Next
From: Daniele Varrazzo
Date:
Subject: Psycopg 2.5.3 released