Row level locking - postgreSQL

From: rajsundar(at)epmltd(dot)com (Raj Sundar)
To: pgsql-admin(at)postgresql(dot)org
Subject: Row level locking - postgreSQL
Date: 2003-03-03 13:09:11
Message-ID: 3f4e8529.0303030509.7dea9974@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I am using a SQL statement in VC++ for selecting rows. Now some 10
rows are displayed. Again I choose a row from that 10 rows . In that
time I want to lock that particular row . Is there any way to do that
in Backend with transaction IDs ?
Thanks & Regards.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Oleg Samoylov 2003-03-03 13:56:31 Re: psql wrap
Previous Message Raj Sundar 2003-03-03 13:04:04 Row level Locking