Re: please help - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: please help
Date
Msg-id Pine.LNX.4.30.0104052139300.1084-100000@peter.localdomain
Whole thread Raw
In response to please help  (Loïc Bourgeois <loic.bourgeois@mobileway.com>)
List pgsql-sql
Loïc Bourgeois writes:

> What is the equivalent of the oracle request: SELECT ... FOR UPDATE
> NOWAIT, under PostGreSQL

I don't know Oracle, but there doesn't seem to be such a command in
PostgreSQL.  If the table is already locked, the SELECT FOR UPDATE has to
wait.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Double-nesting quotes?
Next
From: Keith Gray
Date:
Subject: Re: Index on View ?