Re: About the portal in postgres - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: About the portal in postgres
Date
Msg-id CAA4eK1+rKzPca8-aspHo4S4WJgYdbmO5ecgAN2PVaXD7gpwuxw@mail.gmail.com
Whole thread Raw
In response to About the portal in postgres  (Tanmay Deshpande <tp.deshpande07@gmail.com>)
List pgsql-hackers
On Fri, Mar 14, 2014 at 12:29 PM, Tanmay Deshpande
<tp.deshpande07@gmail.com> wrote:
> My doubt is when the query enters into a portal, does it stay in the portal
> till the final execution ?

Yes, portal represents the execution state of query, after the
optimizer creates the
plan, portal is used in execution of query.


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Re: About the portal in postgres
Next
From: Simon Riggs
Date:
Subject: Re: plpgsql.warn_shadow