Re: Transaction Aborting on sql call failure

Поиск
Список
Период
Сортировка
От Haroldo Stenger
Тема Re: Transaction Aborting on sql call failure
Дата
Msg-id 3BA38E83.25A1EC09@adinet.com.uy
обсуждение исходный текст
Ответ на Re: Transaction Aborting on sql call failure  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: Transaction Aborting on sql call failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-admin
Stephan Szabo wrote:
>
> > We are running into a situation where psql is aborting the transaction
> > when one call returns an error.  Is there a way to continue on with
> > transaction or at least save what has already happened (like an Oracle
> > Save Point)?
>
> Not yet, although savepoints have been talked about. (maybe 7.3?)

New SMGR opens the way to this *very important* feature. Vadim?

Another proposal to solve this was recently proposed, not using WAL. Bruce?

I think this issue is rasing in the lists frequently enough, as for giving it
top priority. Maybe is isn't so easy. Comments?

Thanks

Regards,
Haroldo.

В списке pgsql-admin по дате отправления:

Предыдущее
От: GB Clark II
Дата:
Сообщение: Re: Can't get postmaster to restart after removing WAL files
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Transaction Aborting on sql call failure