Re: Exception handling from trigger - Mailing list pgsql-sql

From Rod Taylor
Subject Re: Exception handling from trigger
Date
Msg-id 1092070373.799.50.camel@jester
Whole thread Raw
In response to Exception handling from trigger  (Vlad Dimitriu <vlad.dimitriu@base.ro>)
List pgsql-sql
> Is this way of handling exceptions possible in postgres ?
> If so, what is the normal way to handle this exceptions, from a
> plpgsql/trigger(rule??) perspective ?

8.0 should allow you to do this. 7.4 you need to perform your own checks
and catch whether they succeed or fail.




pgsql-sql by date:

Previous
From: Vlad Dimitriu
Date:
Subject: Exception handling from trigger
Next
From: Tom Lane
Date:
Subject: Re: Exception handling from trigger