Re: multi-row check constraints?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: multi-row check constraints?
Дата
Msg-id 1174669387.23455.615.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Re: multi-row check constraints?  ("Martin Gainty" <mgainty@hotmail.com>)
Список pgsql-general
On Thu, 2007-03-22 at 20:48 -0400, Martin Gainty wrote:
> Greetings
>
> Select COLUMN FROM TABLE WHERE (some condition) for UPDATE OF COLUMN
> is not supported?
>

Yes, it is supported.

> what would happen in a Table Deadlock scenario???

The deadlock detector detects the deadlock, causing one transaction to
be aborted with an error.

What kind of deadlock scenario are you concerned about?

Regards,
    Jeff Davis


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

Предыдущее
От: Vladimir Zelinski
Дата:
Сообщение: Re: question: knopixx and postgresql on flash drive
Следующее
От: MargaretGillon@chromalloy.com
Дата:
Сообщение: Re: shell script to SQL statement: `pg_dump | psql -U`