Re: Transactions aborting when a query fails - Mailing list pgsql-general

From Haroldo Stenger
Subject Re: Transactions aborting when a query fails
Date
Msg-id 39C51F66.C5BE7844@adinet.com.uy
Whole thread Raw
In response to Transactions aborting when a query fails  (Cristóvão Dalla Costa <cdallacosta@bigfoot.com>)
List pgsql-general
Cristóvão Dalla Costa wrote:
>
> Is there a way I can temporarily disable the above behaviour, and continue
> executing queries inside a transaction even if one fails?
>

Not really. I have been worried about this same issue for months. Now Vadim  has
the word, in the sense that he is implementing WAL (Write Ahead Log), and a
byproduct of this will be savepoints and nested transactions. Wait two or three
months.

Best Regards,
Haroldo.



--
----------------------+------------------------
 Haroldo Stenger      | hstenger@ieee.org
 Montevideo, Uruguay. | hstenger@adinet.com.uy
----------------------+------------------------
 Visit UYLUG Web Site: http://www.linux.org.uy
-----------------------------------------------

pgsql-general by date:

Previous
From: "Robert D Oden, IS Director"
Date:
Subject: Regression test failures
Next
From: Stephan Szabo
Date:
Subject: Re: Re: LOCK TABLE