On Aug 15, 2004, at 1:57 AM, [EMAIL PROTECTED] wrote:
Instead of porting each of these procedures by hand, we would like to add exception handling support to pgSQL if possible.
Today is your lucky day! 8.0 adds exceptions to plpgsql! 8.0 however is in beta. But testers are greatly wanted!
I looked into the code for the pgSQL library, and as I understand it, we can put support for user defined exceptions (something we use a lot) within the pgSQL library by intercepting the
I'm not sure we have user defined exceptions yet.. perhaps you could work on implementing them..
-- Jeff Trout <[EMAIL PROTECTED]> http://www.jefftrout.com/ http://www.stuarthamm.net/
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])