transaction support in pl/slql - Mailing list pgsql-hackers

From Justin
Subject transaction support in pl/slql
Date
Msg-id 47D80EA9.2040704@emproshunts.com
Whole thread Raw
Responses Re: transaction support in pl/slql  (Josh Berkus <josh@agliodbs.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: TODO-list on wiki (was: TODO update about SQLSTATE to PGconn)
Next
From: Mark Mielke
Date:
Subject: Re: count(*) performance improvement ideas