Re: Transactions aborting when a query fails

From: Haroldo Stenger <hstenger(at)adinet(dot)com(dot)uy>
To: Cristóvão Dalla Costa <cdallacosta(at)bigfoot(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Transactions aborting when a query fails
Date: 2000-09-17 19:45:42
Message-ID: 39C51F66.C5BE7844@adinet.com.uy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ieee(dot)org
Montevideo, Uruguay. | hstenger(at)adinet(dot)com(dot)uy
----------------------+------------------------
Visit UYLUG Web Site: http://www.linux.org.uy
-----------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2000-09-17 19:50:26 Re: Re: LOCK TABLE
Previous Message Neil Conway 2000-09-17 18:11:38 Re: Re: LOCK TABLE