lock - feedback

From: Thomas Rokohl <rokohl(at)raygina(dot)de>
To: pgsql-odbc(at)postgresql(dot)org
Subject: lock - feedback
Date: 2005-10-12 10:53:14
Message-ID: 434CEB1A.4050102@raygina.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

hi,

i have a short question and i don't find an answer is the archive.
i'm using the odbc interface to the db and if i lock rows with
SELECT FOR UPDATE and someone else try the same or
try to read the rows, i will give him a feedback that he must wait or abort.
The Problem is that the SELECT statement wait without feedback until
the end of the world if the row is lock.
So, is there a easy way to do it, or must i implement it by my
self with threads or something?

thankx

Thomas Rokohl

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Johann Zuschlag 2005-10-12 11:16:34 installer
Previous Message Dave Page 2005-10-12 09:58:54 Re: Using pg_config