Re: Can't access a table. It seems to have been corrupted hsomehow - Mailing list pgsql-sql

From Joseph Shraibman
Subject Re: Can't access a table. It seems to have been corrupted hsomehow
Date
Msg-id 38E8FF0A.1F8E940A@selectacast.net
Whole thread Raw
In response to Can't access a table. It seems to have been corrupted hsomehow  ("Robert Chalmers" <robert@chalmers.com.au>)
List pgsql-sql
Try vacuuming the database.

Robert Chalmers wrote:

> I have a database with a group of tables in it.
>
> One of the tables seems to have been modified somehow, and no - although I
> can see it with \d I can't actually do anyting to it. Any action, like
> rename, insert, drop gives a message "table doesn't exist". If I try to jsut
> creat it again, it says "can't do that, it already exists!" (words to that
> effect)
>
> So - does it exist or not? How do I actually get rid of that particular
> table all together without destroying the whole database?
>
> bob



pgsql-sql by date:

Previous
From: Mark Dalphin
Date:
Subject: Re: Hash Indexes. (Was: planner complaints)
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: Novice trouble with plpgsql