transaction support in pl/slql

From: Justin <justin(at)emproshunts(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: transaction support in pl/slql
Date: 2008-03-12 17:11:05
Message-ID: 47D80EA9.2040704@emproshunts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2008-03-12 17:16:33 Move the developers wiki?
Previous Message Mark Mielke 2008-03-12 17:10:50 Re: count(*) performance improvement ideas