help

Поиск
Список
Период
Сортировка
От Loïc Bourgeois
Тема help
Дата
Msg-id 3ACD751A.2030309@mobileway.com
обсуждение исходный текст
Ответ на Re: please help  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
I read your document about the porting from Oracle to PgSql and I would 
like to know if
you can say to me if there is an equivalent on an the option NOWAIT for 
a request
SELECT ... FOR UPDATE (for Oracle) under PgSql.

This option don't wait a previus unlock and return the information like 
the line can't be lock.

Oracle:
SELECT * FROM toto WHERE id =4 and value = 'hello' FOR UPDATE NOWAIT;

PsSql:
????????????????????????


Tanks a lot....



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

Предыдущее
От: "Gordon A. Runkle"
Дата:
Сообщение: Re: UNION in a VIEW?
Следующее
От: RbrtBrn3@aol.com
Дата:
Сообщение: Can anyone explain how this works?