Re: Transactions aborting when a query fails

Поиск
Список
Период
Сортировка
От Haroldo Stenger
Тема Re: Transactions aborting when a query fails
Дата
Msg-id 39C51F66.C5BE7844@adinet.com.uy
обсуждение исходный текст
Ответ на Transactions aborting when a query fails  (Cristóvão Dalla Costa <cdallacosta@bigfoot.com>)
Список 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 по дате отправления:

Предыдущее
От: "Robert D Oden, IS Director"
Дата:
Сообщение: Regression test failures
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Re: LOCK TABLE