Re: Exception handling from trigger

From: Rod Taylor <pg(at)rbt(dot)ca>
To: Vlad Dimitriu <vlad(dot)dimitriu(at)base(dot)ro>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Exception handling from trigger
Date: 2004-08-09 16:52:54
Message-ID: 1092070373.799.50.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2004-08-09 17:14:03 Re: Exception handling from trigger
Previous Message Vlad Dimitriu 2004-08-09 16:47:12 Exception handling from trigger