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

From Grzegorz Jaśkiewicz
Subject Re: UPDATE ... RETURNING atomicity
Date
Msg-id AANLkTiluOdX3_kzVDpGq0dDvpoAUIUyvQaVbOueuUWAi@mail.gmail.com
Whole thread Raw
In response to Re: UPDATE ... RETURNING atomicity  (rihad <rihad@mail.ru>)
Responses Re: UPDATE ... RETURNING atomicity  (rihad <rihad@mail.ru>)
List pgsql-general
don't lock tables explicitly. That's a killer for (concurrent) performance.
Just write queries properly, and use appropriate transaction level.
And you are sorted.

pgsql-general by date:

Previous
From: "Ken Winter"
Date:
Subject: ROLLBACK in a function
Next
From: Craig Ringer
Date:
Subject: Re: ROLLBACK in a function