Problem with row-level lock - Mailing list pgsql-general

From Job
Subject Problem with row-level lock
Date
Msg-id 88EF58F000EC4B4684700C2AA3A73D7A082D27F19C06@W2008DC01.ColliniConsulting.lan
Whole thread Raw
Responses Re: Problem with row-level lock
List pgsql-general
Hi guys,

i am struggling with a problem due, sometime, to a double concurrent update on the same row of a table.

Since the client application cannot be control, i need to manage - in order to avoid this situation - the lock of a
recorddue to two updates at the same time. 
Is there way to force serializing, i don't know how, the updates on the same row in order to avoid this locks?

Thank you, cheers!

FC



pgsql-general by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: unexpected behavior with pglogical -- bug?
Next
From: Brent Bates
Date:
Subject: First Time Starting Up PostgreSQL and Having Problems