Re: Table Drop Error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table Drop Error
Дата
Msg-id 3681.1550246571@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Table Drop Error  (<soumik.bhattacharjee@kpn.com>)
Ответы RE: Table Drop Error  (<soumik.bhattacharjee@kpn.com>)
Список pgsql-admin
<soumik.bhattacharjee@kpn.com> writes:
> # delete from pg_depend where objid=49179;
> DELETE 0
> # delete from pg_depend where objid=49179;
> DELETE 0
> # DROP TABLE caprimeta.tcr_codes CASCADE;
> ERROR:  cache lookup failed for relation 49179

It's not really a great idea to go dropping catalog rows without
knowing exactly what you're doing, which I gather you don't.
However ... are there pg_depend entries with refobjid=49179 ?

            regards, tom lane


В списке pgsql-admin по дате отправления:

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: help requested on archive_command
Следующее
От:
Дата:
Сообщение: RE: Table Drop Error