Do Postgres exceptions rise up the stack?

Поиск
Список
Период
Сортировка
От Postgres User
Тема Do Postgres exceptions rise up the stack?
Дата
Msg-id b88c3460706301414v7d38e9b1p1ba60212b2295ad9@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
A basic question about raising exceptions in Postgres:

If  Function A  calls Function B

and Func B raises an exception, will the exception roll back the
transaction in Func A by default?   Or do I need to trap and re-raise
the exception in Func A?

Thanks.

В списке pgsql-general по дате отправления:

Предыдущее
От: Wiebe Cazemier
Дата:
Сообщение: Trapping errors from pl/perl (trigger) functions
Следующее
От: Wiebe Cazemier
Дата:
Сообщение: Re: Do Postgres exceptions rise up the stack?