Re: directly construct a query plan - Mailing list pgsql-docs

From Tom Lane
Subject Re: directly construct a query plan
Date
Msg-id 1405.1096916571@sss.pgh.pa.us
Whole thread Raw
In response to directly construct a query plan  ("Chengkai Li" <dbresearch@hotmail.com>)
List pgsql-docs
"Chengkai Li" <dbresearch@hotmail.com> writes:
> I plan to directly construct a query plan without going through the query
> optimizer, by manipulating the various data structures for representing
> query plan tree and parse tree. Is there any facility inside/outside
> postgresql that can be of help? Is there any known issue/difficulty related
> to this?

Only that your code *will* break in each future release, because we have
no hesitation about whacking those data structures around ...

            regards, tom lane

pgsql-docs by date:

Previous
From: "Chengkai Li"
Date:
Subject: directly construct a query plan
Next
From: pgman@candle.pha.pa.us
Date:
Subject: Re: Message Error