Re: Exception handling from trigger

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Exception handling from trigger
Дата
Msg-id 1092070373.799.50.camel@jester
обсуждение исходный текст
Ответ на Exception handling from trigger  (Vlad Dimitriu <vlad.dimitriu@base.ro>)
Список 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 по дате отправления:

Предыдущее
От: Vlad Dimitriu
Дата:
Сообщение: Exception handling from trigger
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Exception handling from trigger