Re: Autonomous Transactions

Поиск
Список
Период
Сортировка
От Matt Miller
Тема Re: Autonomous Transactions
Дата
Msg-id 1117839869.7993.65.camel@dbamm01-linux
обсуждение исходный текст
Ответ на Re: Autonomous Transactions  (Matt Miller <mattm@epx.com>)
Ответы Re: Autonomous Transactions  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-general
> > a way to enable a function to commit a unit of work that
> > does not affect the caller's transaction.

> accomplish autonomous transactions in PL/pgSQL
> by just using dblink_connect, dblink_open, dblink_exec,
> and dblink_close?

My initial tests lead me to believe that dblink is a simple and
effective way to get anonymous transactions.

Thanks.

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

Предыдущее
От: "Gerald D. Anderson"
Дата:
Сообщение: Re: Old problem needs solution
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Determining when a row was inserted