Patch: New Plan Node Type support in pg 8.4

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Patch: New Plan Node Type support in pg 8.4
Дата
Msg-id 495C9885.1000009@enterprisedb.com
обсуждение исходный текст
Ответы Re: Patch: New Plan Node Type support in pg 8.4  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-hackers
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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Patch to handle connection limit for roles
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7531 - in trunk/pgadmin3: . pgadmin/ctl