[Q] Serializable - Mailing list pgsql-general

From Ladislav Lenart
Subject [Q] Serializable
Date
Msg-id 56042184.8000608@volny.cz
Whole thread Raw
Responses Re: [Q] Serializable
List pgsql-general
Hello.

I would like to know how SERIALIZABLE behaves.

Suppose I have two (or more) concurrent DB transactions:
* Each runs in SERIALIZABLE.
* Each updates (insert / update / delete) different rows in the same table.

Can I get serializable failures (i.e. ERROR: could not serialize access due to
read/write dependencies among transactions)?

This is on 9.4.

Thank you in advance,

Ladislav Lenart



pgsql-general by date:

Previous
From:
Date:
Subject: Fw: important
Next
From: "David G. Johnston"
Date:
Subject: Re: [Q] Serializable