Re: corrupted rows in pg_attribute deleted

From: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
To: "marvin(dot)deoliveira" <marvin(dot)deoliveira(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: corrupted rows in pg_attribute deleted
Date: 2011-09-09 12:49:40
Message-ID: CAGWYGjUy8NTvB15h01cQanbQGqE-s=Z=TXSLmrUuR-fpNRsrjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I guess that the Primary Key is on the table that You want to drop. Try
dropping the PK first then drop the table.

2011/9/9 marvin.deoliveira <marvin(dot)deoliveira(at)gmail(dot)com>

> I think I managed to restore the fields that were missing.
> Now I got a message that references a Pk without de column reference, but
> the column is in pg_attribute.
> I guess that solving that reference could allow me to ,finaly, drop the
> table.
> How can I fix that?
>
> -----
> Marcos Oliveira
> And I still haven't found what I'm looking for...
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/corrupted-rows-in-pg-attribute-deleted-tp4775814p4786156.html
> Sent from the PostgreSQL - admin mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

--
Łukasz Brodziak
"Do you bury me when I'm gone
Do you teach me while I'm here
Just as soon I belong
Then it's time I disappear"

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message marvin.deoliveira 2011-09-09 12:57:23 Re: corrupted rows in pg_attribute deleted
Previous Message marvin.deoliveira 2011-09-09 12:27:10 Re: corrupted rows in pg_attribute deleted