Re: Select for update / deadlock possibility?

From: Durumdara <durumdara(at)gmail(dot)com>
To: Rakesh Kumar <rakeshkumar464(at)mail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Select for update / deadlock possibility?
Date: 2018-01-02 12:22:16
Message-ID: CAEcMXh=1SzW1dhHtf5ejoW_4GKA6gYKvtOuuSBNO4=eb-xuZ7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)com>:

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2018-01-02 12:23:20 Re: MSSQL compatibility layer
Previous Message Martin Moore 2018-01-02 12:09:04 Re: Slow system due to ReorderBufferGetTupleBuf?