Re: Can't access a table. It seems to have been corrupted hsomehow

From: Joseph Shraibman <jks(at)p1(dot)selectacast(dot)net>
To: Robert Chalmers <robert(at)chalmers(dot)com(dot)au>
Cc: pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Can't access a table. It seems to have been corrupted hsomehow
Date: 2000-04-03 20:28:58
Message-ID: 38E8FF0A.1F8E940A@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fork 2000-04-03 21:21:53 User/Groups
Previous Message Jan Wieck 2000-04-03 20:23:58 Re: Novice trouble with plpgsql