Re: database corruption help - Mailing list pgsql-admin

From Tom Lane
Subject Re: database corruption help
Date
Msg-id 20151.1234208044@sss.pgh.pa.us
Whole thread Raw
In response to database corruption help  ("John Lister" <john.lister-ps@kickstone.com>)
Responses Re: database corruption help  (John Lister <john.lister-ps@kickstone.com>)
List pgsql-admin
John Lister <john.lister@kickstone.com> writes:
> Although saying that..
> reindex now works, but doing a vacuum verbose complains that the index
> is out of step with the table and i should reindex..
> would i be better shutting the db down, restarting in standalone mode
> (and also using  the -P option) before reindexing?

Yeah, if you have reason not to trust the system indexes then -P is
a good idea until they are fixed.  Standalone mode per se isn't that
important --- you could do this from a regular session with -P specified
via PGOPTIONS.

            regards, tom lane

pgsql-admin by date:

Previous
From: "John Lister"
Date:
Subject: Re: database corruption help
Next
From: John Lister
Date:
Subject: Re: database corruption help