Thread: Transactions aborting when a query fails

Transactions aborting when a query fails

From
Cristóvão Dalla Costa
Date:
Is there a way I can temporarily disable the above behaviour, and continue
executing queries inside a transaction even if one fails?

Thanks,

Cristovao


Re: Transactions aborting when a query fails

From
Haroldo Stenger
Date:
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
-----------------------------------------------