Re: Postgres wont drop foriegn keys on tables.

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Postgres wont drop foriegn keys on tables.
Дата
Msg-id AANLkTinaf=XJFReQDpqFk1Tb9bt4MhcNdiSVngGNnbi7@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres wont drop foriegn keys on tables.  (Chris Barnes <compuguruchrisbarnes@hotmail.com>)
Список pgsql-general
On Thu, Sep 23, 2010 at 11:01 AM, Chris Barnes
<compuguruchrisbarnes@hotmail.com> wrote:
> I am attempting to drop an foreign key on a table and it sits for hours and
> doesn't drop or put anything into the log.
>

Does the pg_stat_activity view show that it is waiting for a lock?  It
will need to lock both the origin and destination tables of the FK to
clear the triggers.

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

Предыдущее
От: Boris
Дата:
Сообщение: Unable to upgrade old cluster from 8.4 to 9.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres wont drop foriegn keys on tables.