Re: How to determine a database is intact? - Mailing list pgsql-general

From Mike Nolan
Subject Re: How to determine a database is intact?
Date
Msg-id 200409051823.i85INJbV013555@gw.tssi.com
Whole thread Raw
In response to Re: How to determine a database is intact?  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
List pgsql-general
>     Doesn't a successful pg_dumpall prove the database is intact ?

It is very difficult to prove a negative, that there are no errors.
What a successful pg_dumpall says is that pg_dumpall didn't find any
errors, not that there were none present.

Also, I thought part of the question was how to determine if the output
from the pg_dumpall was itself intact without doing a complete restore.
--
Mike Nolan

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: How to determine a database is intact?
Next
From: Eric
Date:
Subject: RAD with postgreSQL