libpq: trying to detect record locks - Mailing list pgsql-interfaces

From Jim Dossey
Subject libpq: trying to detect record locks
Date
Msg-id 3740C867.39D903C1@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: Jim Dossey
Date:
Subject: libpq: checking for record locks
Next
From: Thomas Lockhart
Date:
Subject: Re: [INTERFACES] Vacuum takes for ever