Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lock record in the table

Status
Not open for further replies.

tnerurkar

Programmer
Apr 9, 2003
35
0
0
IN
Hi,

How can I lock record in the table in postgres. Means another person not even select the row which I m going to update the row in the table. I don't want to lock table.

Regards,
Tushar
 
Hi,

Thanks for quick reply.

If I do explicit locking even another user can select the record but will not update. I want another user should not select the particular record which I have lock for update.

Please tell me how to do this.

Regards,
Tushar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top