Re: Autonomous Transactions - Mailing list pgsql-general

From Matt Miller
Subject Re: Autonomous Transactions
Date
Msg-id 1117839869.7993.65.camel@dbamm01-linux
Whole thread Raw
In response to Re: Autonomous Transactions  (Matt Miller <mattm@epx.com>)
Responses Re: Autonomous Transactions
List 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 by date:

Previous
From: "Gerald D. Anderson"
Date:
Subject: Re: Old problem needs solution
Next
From: Greg Stark
Date:
Subject: Re: Determining when a row was inserted