is_locked() function for select-for-update locked rows - Mailing list pgsql-novice

From Dexter Tad-y
Subject is_locked() function for select-for-update locked rows
Date
Msg-id 20040216133936.57499.qmail@web42001.mail.yahoo.com
Whole thread Raw
List pgsql-novice
Greetings,
I am interested in writing a stored procedure
(PL/Perl) in determining whether a particular row is
currently locked (using SELECT ..FOR UPDATE) by
another transaction. Any suggestions where can I
start? I'm going to use this primarily to avoid
blocking using selecting for update. Thanks.

Dexter Tad-y
dexterbt1 /*-at-*/ yahoo.com

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

pgsql-novice by date:

Previous
From: info@1234567.dk (B. Nielsen)
Date:
Subject: Unable to connect to PostgreSQL server:
Next
From: "Colin Gillespie"
Date:
Subject: INSERT or COPY: Which one?