From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Wei Wu" <w(dot)wu(at)delcan(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: cache lookup failed for relation X |
Date: | 2008-03-08 19:47:42 |
Message-ID: | 6150.1205005662@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Wei Wu" <w(dot)wu(at)delcan(dot)com> writes:
> Basically, we have a table X, trying to drop
> it would result an error message below:
> cache lookup failed for relation XXXXX
You've got missing catalog rows, apparently.
> I am using PgAdmin and I can still view the schema of this table, but
> any operation on it would get the above error.
Hmmm ... how long since the system catalogs in this database were
vacuumed?
> I am also wondering whether this problem has been fixed in newer
> PostgreSQL releases.
> BTW, our postgreSQL version is 7.4.3.
It's hard to say, but you are three and a half years behind on bug fixes,
some of which certainly could have led to corruption of this sort.
You really should be running 7.4.19. Read the release notes here:
http://www.postgresql.org/docs/7.4/static/release.html
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-03-08 20:03:13 | Re: Problems with 8.3 |
Previous Message | akshay bhat | 2008-03-08 19:46:34 | loading a psql input file on win xp |