Re: What order of steps of the postgres when you change information in the table? - Mailing list pgsql-general

From Craig Ringer
Subject Re: What order of steps of the postgres when you change information in the table?
Date
Msg-id 4AED32F0.8010006@postnewspapers.com.au
Whole thread Raw
In response to Re: What order of steps of the postgres when you change information in the table?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Stephan Szabo wrote:

> However, I don't think you can currently have both the property that you
> will never have a failure to commit after your external action runs and
> that your external action can abort the transaction if the external action
> fails.

Yeah. That's what two-phase commit is for - but I don't see how you
could use it in a trigger.

--
Craig Ringer

pgsql-general by date:

Previous
From: Lew
Date:
Subject: Re: Absolute value of intervals
Next
From: Gaini Rajeshwar
Date:
Subject: Handling Complex queries in PostgreSQL fulltext search