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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.