catalog is missing n attribute(s) for relid xxxx at character yy

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: catalog is missing n attribute(s) for relid xxxx at character yy
Date: 2018-06-14 13:56:12
Message-ID: 8d31d728-e82a-33d2-579a-8fd8cabc4944@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
PostgreSQL 9.1 x86 on Windows 10 (EOL, but in this case it doesn't apply
:-) )

When querying a table, I receive the error reported in subject:
catalog is missing 5 attribute(s) for relid 33238 at character 15

So I decided to drop and recreate the table.
DROP TABLE tbl;
same error.

Is there anything else I can do to avoid to drop and recreate the whole
database?

Thanks
Moreno.-

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2018-06-14 14:37:44 Re: Impact of multixact "members" limit exceeded
Previous Message Steven Lembark 2018-06-14 13:41:21 Re: PG on AWS RDS and IAM authentication