Re: autonomous transactions

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Re: autonomous transactions
Дата
Msg-id CAASwCXcOKAzLp77WP10LV_0aiQuJxhd_BM2V_ey4FNY=iTQm4Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: autonomous transactions  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, Sep 1, 2016 at 8:38 PM, Andres Freund <andres@anarazel.de> wrote:
>
> I'm not convinced this makes much sense. All FDWs, dblink etc. already
> allow you do stuff outside of a transaction.

You as a DBA can prevent FDWs from being used and dblink is an
extension that you don't have to install.
So if preventing side-effects is necessary in your application, that
can be achieved by simply not installing dblink and preventing FDWs.



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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: Sample configuration files
Следующее
От: Rahila Syed
Дата:
Сообщение: Re: Surprising behaviour of \set AUTOCOMMIT ON