Re: Row level locking - postgreSQL

From: Oleg Samoylov <olleg(at)telecom(dot)mipt(dot)ru>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Row level locking - postgreSQL
Date: 2003-03-03 13:58:21
Message-ID: b3vn1p$1lg8$3@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Raj Sundar wrote:
> 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.

Look documentation for SELECT.

--
Olleg Samoylov

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Chidambaram Ramachandran 2003-03-03 17:34:06 pgsql does not start
Previous Message Oleg Samoylov 2003-03-03 13:56:31 Re: psql wrap