Search Postgresql Archives

Re: [BUGS] Integrity check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



David Fetter wrote:
> > Please can you assist on following questions.
> 
> This is an issue for pgsql-general, where I'm redirecting this.
> > 
> > * do you any tool to check postgreSQL database integrity check?
> 
> No more than Oracle does.  We get it right in the first place.  The
> existence of "integrity checking" tools means the DBMS is done with
> high incompetence.

What about VACUUM VERBOSE?
Pre 8.4, it will touch every block and get problems if
the block contains garbage.
>From 8.4 on, maybe a VACUUM FULL is necessary.

Of course this will not check stuff the integrity of
foreign key constraints, but it should detect most block
corruptions, right?

> > * how do we confirm that dump file is proper data?
> 
> See above.

How about "restore the dump and look if there are errors"?

Yours,
Laurenz Albe

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux