Do Postgres exceptions rise up the stack? - Mailing list pgsql-general

From Postgres User
Subject Do Postgres exceptions rise up the stack?
Date
Msg-id b88c3460706301414v7d38e9b1p1ba60212b2295ad9@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Wiebe Cazemier
Date:
Subject: Trapping errors from pl/perl (trigger) functions
Next
From: Wiebe Cazemier
Date:
Subject: Re: Do Postgres exceptions rise up the stack?