Subject Re: [firebird-support] COMMIT and ROLLBACK in SP
Author Dmitry Yemanov
"Alan McDonald" <alan@...> wrote:
>
> transaction control has always been in the hands of the client
application.

Correct. EXECUTE PROCEDURE is a usual SQL statement and hence it must be
atomic.

> There are now SAVE points to be used within SPs but they are not
completely
> the same thing.

Savepoints are not supported in PSQL.


Dmitry