BUG #4930: Missing attributes

From: "Stefan Kirchev" <stefan(dot)kirchev(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4930: Missing attributes
Date: 2009-07-21 06:58:12
Message-ID: 200907210658.n6L6wCnF002095@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4930
Logged by: Stefan Kirchev
Email address: stefan(dot)kirchev(at)gmail(dot)com
PostgreSQL version: 8.3.3
Operating system: Linux
Description: Missing attributes
Details:

One of the tables failed to drop and now it causes pg_dump crash. The table
was used for temporary storage and the drop query went just fine. Even
though the table name is still in the pg_tables. Trying to drop it again
produces the following error:
pnp=# drop table tmp_msc_data_todiot;
ERROR: catalog is missing 33 attribute(s) for relid 1536137
pnp=#

Restart of the database does not help.
Rebooting the server does not help either.

Is there any solution on this issue. I have been searching in the net for
the last few hours, but no clue found so far.
Thanks.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mathieu Fenniak 2009-07-21 13:16:12 Re: Bug 4906 -- Left join of subselect incorrect
Previous Message Pavel Stehule 2009-07-21 06:13:45 Re: fix: plpgsql: return query and dropped columns problem