Обсуждение: ERROR: Class '37632' not found

Поиск
Список
Период
Сортировка

ERROR: Class '37632' not found

От
DI Hasenöhrl
Дата:
Hello,
 
I have a problem to drop a rule from my database.
 
When I want to create a rule *r_name*, I get the message, that this rule still exists and when I want to drop my rule *r_name*, I get the message: Class '37632' not found
 
Please, can anyone help me to solve this problem.
Thanks in advance
 
Irina

Re: ERROR: Class '37632' not found

От
Tom Lane
Дата:
DI Hasenöhrl <i.hasenoehrl@aon.at> writes:
> When I want to create a rule *r_name*, I get the message, that this rule st=
> ill exists and when I want to drop my rule *r_name*, I get the message: Cla=
> ss '37632' not found

Curious.  That seems to indicate that the table the old rule is for has
been deleted ... but why is the rule still there?  It should've been
deleted too.

What version of Postgres is this?  Do you recall exactly what you did
with the old table?

You might be able to get back into a consistent state by manually
removing the rule entry (delete from pg_rewrite where rulename = 'foo')
but I'm hesitant to recommend that when we don't know how you got into
this state in the first place.
        regards, tom lane