Re: Database consistency check.

abbas alizadeh <[email protected]> Thu, 7 Nov 2019 16:59:08 +0330
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <[email protected]>
Hi, 
For integrity you can use the -k option in initdb command while you initialize the new database cluster

Sent from my iPhone

> On Nov 7, 2019, at 11:18, Asomba Djala <[email protected]> wrote:
> 
> 
> Hello,
> 
> I have a question, SQL Server has a tool DBCC checkdb and I believe Oracle it's VerifyDB. Does Postgres have something similar and if not, does anyone have steps or queries to do a sanity check or database integrity check with PgAdmin4?
> 
> In advance, 
> 
> Thank you for your help. 
> 
> Aso.