libpq: checking for record locks - Mailing list pgsql-interfaces

From Jim Dossey
Subject libpq: checking for record locks
Date
Msg-id 3740C4E8.AEA10070@mercury.net
Whole thread Raw
List pgsql-interfaces
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


pgsql-interfaces by date:

Previous
From: David Giffin
Date:
Subject: A Database interface for C (like DBI.pm?)
Next
From: Jim Dossey
Date:
Subject: libpq: trying to detect record locks