BUG #11966: Cannot drop tables

Поиск
Список
Период
Сортировка
От anandhi.arumugam@nexenta.com
Тема BUG #11966: Cannot drop tables
Дата
Msg-id 20141114074909.17544.1037@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #11966: Cannot drop tables  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11966
Logged by:          Anandhi
Email address:      anandhi.arumugam@nexenta.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?

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

Предыдущее
От: koizumistr@minos.ocn.ne.jp
Дата:
Сообщение: BUG #11973: duplicate supported platforms
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #11966: Cannot drop tables