Plannode with a righttree

From: Vanessa V(dot) González D(dot) <vvgonzalezd(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Plannode with a righttree
Date: 2007-01-06 23:30:17
Message-ID: b304ad410701061530m5e259936i6bbaadab1dbf1bf2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

I'm trying to implement a top level node that must have a lefttree and a
righttree. The lefttree consists of a regular tree of other nodes required
for the query (that I let postgres' optimizer build on its own) and the
righttree should be a table scan (of a table called for in the FROM clause
of the query). My problem is, that I don't manage to create that scan node
for the table and properly attach it to my node.

Any help or pointers will be greatly appretiated...

--
Vanessa V. Gonzalez D.

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-06 23:55:37 Re: pg_ctl options
Previous Message Robert Treat 2007-01-06 23:29:36 Re: COPY with no WAL, in certain circumstances