Re: proposal: interprocess EXPLAIN PID

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: interprocess EXPLAIN PID
Date: 2014-04-13 05:16:51
Message-ID: CAA4eK1KY6mMrhuzDX1AkbPJ15bN-W4gfiv5JxEdGBOW--GmDVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 11, 2014 at 12:13 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> Hello
>
> I propose a enhancing of EXPLAIN statement about possibility get a plan of
> other PostgreSQL process.

Does this mean that you want to track plan (and other info Explain
provides) of statements running in particular backend?
Could you please explain this in bit more detail w.r.t how this will work?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2014-04-13 09:54:25 Re: WIP patch (v2) for updatable security barrier views
Previous Message Stephen Frost 2014-04-13 05:10:15 Re: [COMMITTERS] pgsql: Add ALTER TABLESPACE ... MOVE command