Re: Select for update / deadlock possibility? - Mailing list pgsql-general

From Durumdara
Subject Re: Select for update / deadlock possibility?
Date
Msg-id CAEcMXh=1SzW1dhHtf5ejoW_4GKA6gYKvtOuuSBNO4=eb-xuZ7g@mail.gmail.com
Whole thread Raw
In response to Re: Select for update / deadlock possibility?  ("Rakesh Kumar" <rakeshkumar464@mail.com>)
List pgsql-general
Hello!

Read Committed.

I extend the example: the concurrent connections are in transactions.

begin
   select ... for update;
end;

Regards
  dd



2018-01-02 12:31 GMT+01:00 Rakesh Kumar <rakeshkumar464@mail.com>:

Shouldn't isolation level also matter ?  What is the isolation level you are using ?

pgsql-general by date:

Previous
From: Martin Moore
Date:
Subject: Re: Slow system due to ReorderBufferGetTupleBuf?
Next
From: Thomas Kellerer
Date:
Subject: Re: MSSQL compatibility layer