Re: Patch: New Plan Node Type support in pg 8.4

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Ashesh Vashi" <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Patch: New Plan Node Type support in pg 8.4
Date: 2009-01-01 13:04:38
Message-ID: 937d27e10901010504w5e36092ds7d0c0f40f703ed8e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - patch applied. I'm also trying to source some new icons.

On Thu, Jan 1, 2009 at 10:18 AM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
> Hi All,
>
> Description of the problem on which, I was working on:
> * New plan node types. There are some new node types in 8.4.
> The graphical explain tool needs to learn about these, plus
> we need new icons for them.
> The new plan nodes are:
> - Recursive Union
> - Nested Loop Semi Join
> - Nested Loop Anti Join
> - Merge Semi Join
> - Merge Anti Join
> - Hash Semi Join
> - Hash Anti Join
> - CTE Scan
> - WorkTable Scan
> - HashSetOp Intersect
> - HashSetOp Intersect All
> - HashSetOp Except
> - HashSetOp Except All
> - HashSetOp ???
> - WindowAgg
>
> Please find the patch for that.
> I have tried to draw icons for these node-types, but I find myself
> a very bad artist. :p
>
> I have also attached the queries, which I have used to test this.
>
> --
> Regards,
> Ashesh Vashi
>
> EnterpriseDB INDIA: http://www.enterprisedb.com
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Quan Zongliang 2009-01-04 07:46:55 Re: import function's progress report
Previous Message svn 2009-01-01 13:04:12 SVN Commit by dpage: r7531 - in trunk/pgadmin3: . pgadmin/ctl