Re: exception handling support in pgSQL - Mailing list pgsql-general

From Jeff
Subject Re: exception handling support in pgSQL
Date
Msg-id ED680CB1-EEB6-11D8-8D65-000D9366F0C4@torgo.978.org
Whole thread Raw
In response to exception handling support in pgSQL  (Paramveer.Singh@trilogy.com)
List pgsql-general
On Aug 15, 2004, at 1:57 AM, Paramveer.Singh@trilogy.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@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: PgSQL 8.0.0 - contributed: problem compiling
Next
From: Paramveer.Singh@trilogy.com
Date:
Subject: Re: exception handling support in pgSQL