Re: Scanning the PGSQL DB

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Anil <anilby(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Scanning the PGSQL DB
Date: 2005-01-29 22:14:28
Message-ID: 20050129221428.GA14571@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 27, 2005 at 05:54:24 -0800,
Anil <anilby(at)gmail(dot)com> wrote:
>
> I inserted a new DB with somewhere around 200 tables and each table
> having some 100 entries. The table insertion went fine.
> But I wanted to know whether the DB is perfect ...I mean my DB is not
> corrupted. Are there any tools/commands to check whether my DB is not
> corrupted?

No specific ones. You can always do normal selects and see if you get
the results you expected.

> Once I did a kill -9 <postgres pids> and my DB got corrupted. I am
> looking
> for some tools that will say the status of my DB.

That should not happen. Were you running with syncing disabled?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Hallgren 2005-01-29 22:23:15 Re: Moving from Sybase to PostgreSQL - Stored Procedures
Previous Message Dawid Kuroczko 2005-01-29 22:13:08 Re: inet-type sequence