I have an aplication which ask a code to bring up the data on screen, then the user can change the data and save it.
My problem is :
2 users at same time can put the same code and make diferent changes.
Are there any way to lock this record in postgres when the first user is changing the data on screen ?
Thanks