help - Mailing list pgsql-sql

From Loïc Bourgeois
Subject help
Date
Msg-id 3ACD751A.2030309@mobileway.com
Whole thread Raw
In response to Re: please help  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: "Gordon A. Runkle"
Date:
Subject: Re: UNION in a VIEW?
Next
From: RbrtBrn3@aol.com
Date:
Subject: Can anyone explain how this works?