Re: EXPLAIN WITH - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: EXPLAIN WITH
Date
Msg-id 20090405145001.GZ8123@tamriel.snowman.net
Whole thread Raw
In response to Re: EXPLAIN WITH  (Stephen Frost <sfrost@snowman.net>)
Responses Re: EXPLAIN WITH  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Stephen Frost (sfrost@snowman.net) wrote:
> Would be nice if there was a CTE ID or similar to link between
> the pieces of the InitPlan and the CTE nodes.

Erm, of course, the CTE *has* an ID already, since you name them.  Could
we get that ID/name up into the piece of the InitPlan that is handling
that CTE?
Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: EXPLAIN WITH
Next
From: Tom Lane
Date:
Subject: Re: Python 3.0 does not work with PL/Python