Re: exception handling support in pgSQL

Поиск
Список
Период
Сортировка
От Jeff
Тема Re: exception handling support in pgSQL
Дата
Msg-id ED680CB1-EEB6-11D8-8D65-000D9366F0C4@torgo.978.org
обсуждение исходный текст
Ответ на exception handling support in pgSQL  (Paramveer.Singh@trilogy.com)
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: PgSQL 8.0.0 - contributed: problem compiling
Следующее
От: Paramveer.Singh@trilogy.com
Дата:
Сообщение: Re: exception handling support in pgSQL