Re: what is sublinks in query planner? - Mailing list pgsql-general

From Tom Lane
Subject Re: what is sublinks in query planner?
Date
Msg-id 27942.1396036578@sss.pgh.pa.us
Whole thread Raw
In response to what is sublinks in query planner?  (Sandeep Gupta <gupta.sandeep@gmail.com>)
Responses Re: what is sublinks in query planner?  (Sandeep Gupta <gupta.sandeep@gmail.com>)
List pgsql-general
Sandeep Gupta <gupta.sandeep@gmail.com> writes:
>  I looked for description of sublinks in the code as well as online but
> failed to come with any information. Was wondering someone can provide a
> line or two of what sublinks are suppose to do?

They're sub-SELECTs used in expression contexts (ie, not directly in a
FROM list).  The comments for the SubLink and SubPlan node types in
primnodes.h may help you.

            regards, tom lane


pgsql-general by date:

Previous
From: Sandeep Gupta
Date:
Subject: what is sublinks in query planner?
Next
From: Sandeep Gupta
Date:
Subject: Re: what is sublinks in query planner?