| From: | <soumik(dot)bhattacharjee(at)kpn(dot)com> |
|---|---|
| To: | <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Cc: | <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | RE: Table Drop Error |
| Date: | 2019-02-14 16:04:16 |
| Message-ID: | 2A91BEF8171A5349931391E0C721CC531D6DB6D2@CPEMS-KPN301.KPNCNL.LOCAL |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Its not moving ahead with drop.
# 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
#
From: Bhattacharjee, Soumik
Sent: Thursday, February 14, 2019 4:45 PM
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Table Drop Error
Hi All,
Any idea on this, it’s kind of stuck here for me.
# DROP TABLE caprimeta.tcr_codes CASCADE;
ERROR: cache lookup failed for relation 49179
Thanks
Soumik
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devendra Yadav | 2019-02-14 16:20:19 | Re: Rename or Removing Postgres user |
| Previous Message | soumik.bhattacharjee | 2019-02-14 15:45:21 | Table Drop Error |