Re: adding foreign key constraint locks up table

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: adding foreign key constraint locks up table
Дата
Msg-id 82ei926j3p.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на adding foreign key constraint locks up table  (kakarukeys <kakarukeys@gmail.com>)
Ответы Re: adding foreign key constraint locks up table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
> Whenever I try to create a new table "bbb" with foreign key pointing
> to "aaa". The operation locks, and reading "aaa" is not possible. The
> query also never seems to finish.

Do you mean that the ALTER query and subsequent queries are shown as
"waiting" in pg_stat_activity?  In this case, I'm also wondering why
this is inecessary.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

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

Предыдущее
От: kakarukeys
Дата:
Сообщение: Re: adding foreign key constraint locks up table
Следующее
От: Gurjeet Singh
Дата:
Сообщение: Re: adding foreign key constraint locks up table