Re: UPDATE ... RETURNING atomicity - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: UPDATE ... RETURNING atomicity
Date
Msg-id AANLkTikcqLw6TENq0oL64El3tomIo1Q0uwbUQ-c9JPZR@mail.gmail.com
Whole thread Raw
In response to Re: UPDATE ... RETURNING atomicity  (rihad <rihad@mail.ru>)
Responses Re: UPDATE ... RETURNING atomicity  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
by default query is wrapped in a transaction (if it is not run under a
transaction). And this will be default transaction isolation level.
some people think it works magic, but that's not true.
find in docs part that talks about transaction isolation levels, and
translate it to your problem.

pgsql-general by date:

Previous
From: rihad
Date:
Subject: Re: UPDATE ... RETURNING atomicity
Next
From: Tom Lane
Date:
Subject: Re: UPDATE ... RETURNING atomicity