Re: what is sublinks in query planner?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: what is sublinks in query planner?
Дата
Msg-id 27942.1396036578@sss.pgh.pa.us
обсуждение исходный текст
Ответ на what is sublinks in query planner?  (Sandeep Gupta <gupta.sandeep@gmail.com>)
Ответы Re: what is sublinks in query planner?  (Sandeep Gupta <gupta.sandeep@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Sandeep Gupta
Дата:
Сообщение: what is sublinks in query planner?
Следующее
От: Sandeep Gupta
Дата:
Сообщение: Re: what is sublinks in query planner?