Re: UPDATE ... RETURNING atomicity

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: rihad <rihad(at)mail(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UPDATE ... RETURNING atomicity
Date: 2010-05-23 11:07:22
Message-ID: AANLkTikcqLw6TENq0oL64El3tomIo1Q0uwbUQ-c9JPZR@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-05-23 15:19:33 Re: UPDATE ... RETURNING atomicity
Previous Message rihad 2010-05-23 10:57:31 Re: UPDATE ... RETURNING atomicity