transaction support in pl/slql

Поиск
Список
Период
Сортировка
От Justin
Тема transaction support in pl/slql
Дата
Msg-id 47D80EA9.2040704@emproshunts.com
обсуждение исходный текст
Ответы Re: transaction support in pl/slql  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
i have a  request ??

Is there any intension of expanding  Transaction support into PL/SQL.  
this would simplify GUI/client code to know the if a function failed it 
roll back the transaction.  right now i have to pass back some kind 
error message  that i  look for to see if the transaction failed to 
either run the commit or rollback command

i know about raise exception within sub blocks  but i want  a way to 
roll back to the starting transaction.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: TODO-list on wiki (was: TODO update about SQLSTATE to PGconn)
Следующее
От: Mark Mielke
Дата:
Сообщение: Re: count(*) performance improvement ideas