RE: Table Drop Error

Поиск
Список
Период
Сортировка
От
Тема RE: Table Drop Error
Дата
Msg-id 2A91BEF8171A5349931391E0C721CC531D6DB96D@CPEMS-KPN301.KPNCNL.LOCAL
обсуждение исходный текст
Ответ на Re: Table Drop Error  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Table Drop Error  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-admin
Hi Tom,

Thanks for the mail, there is no entries in pg_depend as it returns " DELETE 0"

But the table is not getting dropped.

Thanks


-----Original Message-----
From: Tom Lane <tgl@sss.pgh.pa.us>
Sent: Friday, February 15, 2019 5:03 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>
Cc: pgsql-admin@lists.postgresql.org
Subject: Re: Table Drop Error

<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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Table Drop Error
Следующее
От: Mariel Cherkassky
Дата:
Сообщение: pg_restore fails to restore sequence of specific table