Re: autonomous transactions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: autonomous transactions
Дата
Msg-id b9436dcf-8b35-8616-8dbb-27c4a4ba78bc@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: autonomous transactions  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On 8/31/16 9:11 AM, Craig Ringer wrote:
> Peter, you mention "Oracle-style autonomous transaction blocks".
> 
> What are the semantics to be expected of those with regards to:
> 
> - Accessing objects exclusively locked by the outer xact or where the
> requested lockmode conflicts with a lock held by the outer xact
> 
> - Visibility of data written by the outer xact

The semantics are that the autonomous session is completely isolated
from the parent session.  It has no special knowledge about transactions
happening on the parent.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: autonomous transactions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: autonomous transactions