Re: Foreign key locks

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Foreign key locks
Дата
Msg-id 20040902075103.X9941@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Foreign key locks  (Ulrich Wisser <ulrich.wisser@relevanttraffic.se>)
Список pgsql-general
On Thu, 2 Sep 2004, Ulrich Wisser wrote:

> yes, I have been hit by the, now also known to me, foreign key locking
> "feature". And yes I did read that I should use "defer" to solve the
> problem. Question is:
>
> Do I have to recreate my schema with all foreign keys set to "initially
> defered deferable"?

You really should just need to drop the constraints and recreate them, not
the entire schema.


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

Предыдущее
От: Daniel Martini
Дата:
Сообщение: Re: The future of built-in geometric data types
Следующее
От: Ying Lu
Дата:
Сообщение: "\d tablename" to get column name, and column type by using JDBC