Re: autonomous transactions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: autonomous transactions
Дата
Msg-id 605e2970-428d-9b55-5ea9-6ce231edc02b@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: autonomous transactions  (Serge Rielau <srielau@gmail.com>)
Список pgsql-hackers
On 9/3/16 9:08 AM, Serge Rielau wrote:
> Interestingly, despite being supported in PL/SQL on nested BEGIN END blocks, 
> we nearly exclusively see AT’s covering the entire function or trigger.

Oracle only supports an entire PL/SQL function to be declared
autonomous.  But it was pretty easy in my implementation to allow that
for arbitrary blocks.  In fact, it would have been harder not to do that.

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



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: autonomous transactions
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Declarative partitioning - another take