Re: About the portal in postgres

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Tanmay Deshpande <tp(dot)deshpande07(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: About the portal in postgres
Date: 2014-03-14 09:38:41
Message-ID: CAA4eK1+rKzPca8-aspHo4S4WJgYdbmO5ecgAN2PVaXD7gpwuxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 14, 2014 at 12:29 PM, Tanmay Deshpande
<tp(dot)deshpande07(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2014-03-14 09:56:13 Re: plpgsql.warn_shadow
Previous Message Atri Sharma 2014-03-14 07:04:41 Re: About the portal in postgres