"no wait" in locks

Поиск
Список
Период
Сортировка
От Daniel Stüwe
Тема "no wait" in locks
Дата
Msg-id 000001c23119$d15d20c0$0f64a8c0@aus.de
обсуждение исходный текст
Список pgsql-sql
Hi...

anyone knows a workaround for Oracle "no wait" Option in "SELECT ... FOR
UPDATE"? 

I wrote a programm which runs twice. Both poll the pgsql database all 5
seconds and make an "SELECT ... FOR UPDATE" for the first row found.
After some work and commit the next row is processed.
The second task waits until the first hast commited, but it should
detect the lock and continue work with next row.

How can i detect this lock? Oracle returns with "no wait" option an sql
error code.

Any hints?

best regard
Daniel Stuewe  



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

Предыдущее
От: Daniel Stüwe
Дата:
Сообщение: "no wait" in locks
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: [GENERAL] id and ID in CREATE TABLE