From: | anandhi(dot)arumugam(at)nexenta(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #11966: Cannot drop tables |
Date: | 2014-11-14 07:49:09 |
Message-ID: | 20141114074909.17544.1037@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 11966
Logged by: Anandhi
Email address: anandhi(dot)arumugam(at)nexenta(dot)com
PostgreSQL version: Unsupported/Unknown
Operating system: Red Hat Linux 6
Description:
I need to drop a few tables in my Postgres DB. I tried the following
Cannot read termcap database;
using dumb terminal settings.
jiradb=> drop table "AO_3A3ECC_JIRACOMMENT_MAPPING";
DROP TABLE
jiradb=> drop table "AO_3A3ECC_REMOTE_IDCF";
DROP TABLE
jiradb=> drop table "AO_3A3ECC_JIRAPROJECT_MAPPING";
ERROR: cache lookup failed for constraint 1152954
jiradb=>
Why do i get this error? how do i fix this?
From | Date | Subject | |
---|---|---|---|
Next Message | Jon Nelson | 2014-11-14 16:40:36 | minor: contrib/btree_gin/btree_gin.c uses DirectFunctionCall3(inet_in, ..) |
Previous Message | IPN Bala GSS TVL | 2014-11-14 06:22:56 | Re: BUG #11948: Error when installing PostgreSQL 9.3 server |