From: | Jeff <threshar(at)torgo(dot)978(dot)org> |
---|---|
To: | Paramveer(dot)Singh(at)trilogy(dot)com |
Cc: | "pgSQL General" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: exception handling support in pgSQL |
Date: | 2004-08-15 12:30:44 |
Message-ID: | ED680CB1-EEB6-11D8-8D65-000D9366F0C4@torgo.978.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Aug 15, 2004, at 1:57 AM, Paramveer(dot)Singh(at)trilogy(dot)com 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 <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/
From | Date | Subject | |
---|---|---|---|
Next Message | s post | 2004-08-15 13:52:11 | notes on SERIALIZABLE transactions |
Previous Message | Joe Conway | 2004-08-15 10:08:45 | Re: PgSQL 8.0.0 - contributed: problem compiling |