Re: Autonomous Transactions

From: Matt Miller <mattm(at)epx(dot)com>
To: PostgreSQL - GENERAL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Autonomous Transactions
Date: 2005-06-03 23:04:29
Message-ID: 1117839869.7993.65.camel@dbamm01-linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2005-06-03 23:05:07 Re: Determining when a row was inserted
Previous Message Gerald D. Anderson 2005-06-03 22:55:36 Re: Old problem needs solution