Re: PL/pgSQL nested CALL with transactions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PL/pgSQL nested CALL with transactions
Date
Msg-id b7e8bc37-333d-cba5-d34b-ccde1039414d@2ndquadrant.com
Whole thread Raw
In response to Re: PL/pgSQL nested CALL with transactions  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: PL/pgSQL nested CALL with transactions  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 3/16/18 00:24, Pavel Stehule wrote:
> What is benefit of DO command in PLpgSQL? Looks bizarre for me.

Not very typical, but we apply the same execution context handling to
CALL and DO at the top level, so it would be weird not to propagate that.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: chained transactions
Next
From: Pavel Stehule
Date:
Subject: Re: PL/pgSQL nested CALL with transactions