Re: foreign key on delete cascade order?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: foreign key on delete cascade order?
Дата
Msg-id 658814.1646933907@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: foreign key on delete cascade order?  (George Woodring <george.woodring@iglass.net>)
Ответы Re: foreign key on delete cascade order?  (George Woodring <george.woodring@iglass.net>)
Список pgsql-general
George Woodring <george.woodring@iglass.net> writes:
> I have always thought the way to avoid deadlocks was to update rows in the
> same order by the different updaters.  Is there a better chain of thought
> for updating and deleting rows at the same time?  Do we need to put a lock
> on the table to update, then have the delete queue up waiting for the lock
> to be removed?

With the amount of detail you've provided (viz: none), it's impossible
for anyone to guess what your problem actually is, let alone speculate
on suitable solutions.

            regards, tom lane



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

Предыдущее
От: George Woodring
Дата:
Сообщение: Re: foreign key on delete cascade order?
Следующее
От: Durumdara
Дата:
Сообщение: Am I in the same transaction block in complex PLPGSQL?