locking of referenced table during constraint construction

Поиск
Список
Период
Сортировка
От Scott Shattuck
Тема locking of referenced table during constraint construction
Дата
Msg-id 1031173903.9343.1515.camel@idearat
обсуждение исходный текст
Ответы Re: locking of referenced table during constraint construction  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-hackers
Hi,

Under what conditions would the following statement cause the USERS
table to lock out selects?


alter table my_coupons add constraint FK_mc_user_id FOREIGN KEY (mc_frn_user_id) REFERENCES users(user_ID);


ss

Scott Shattuck
Technical Pursuit Inc.





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in Makefile.shlib
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: locking of referenced table during constraint construction