Thread: libpq: checking for record locks

libpq: checking for record locks

From
Jim Dossey
Date:
I'm trying to convert an existing application to postgresql 6.5.  I'm
using 6.5 because we need the "FOR UPDATE" clause in the SELECT
statement.  This is an interactive application and files locks would not
be acceptable.

I would like to find a way to detect if PQexec() or PQsendQuery() on a
"SELECT ... FOR UPDATE" command are blocked because one or more if the
records we are trying to select are locked by other transactions.  I
don't want the users waiting on a SELECT when the records they want are
in use by another user, and we don't know when they will be freed.

Thanks for any and all help,
-- 
-----------------------------------------------------------------------   
Jim Dossey                                       mailto:jfd@mercury.net