Re: Sketch of extending error handling for subtransactions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Sketch of extending error handling for subtransactions
Дата
Msg-id 200407250120.i6P1KhQ08278@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Sketch of extending error handling for subtransactions in functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Sketch of extending error handling for subtransactions
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> Yes.  This is an integral part of finishing nested transactions.
> 
> > Oh, is this exceptions in functions or the ability to allow functions to
> > keep executing after an SQL error?
> 
> Those are the same thing, aren't they?  But yes, that's the point here.

So it allows functions to use subtransactions and recover from errors. 
I thought that was more than we could do for 7.5 and in fact the release
notes now saw that will be done in a future release.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sketch of extending error handling for subtransactions in functions
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Sketch of extending error handling for subtransactions in functions