| От | Tom Lane |
|---|---|
| Тема | Re: Where is the qualification par in the Query Tree |
| Дата | |
| Msg-id | 24516.1587477892@sss.pgh.pa.us обсуждение |
| Ответ на | Where is the qualification par in the Query Tree (Marc Rechté <marc4@rechte.fr>) |
| Список | pgsql-docs |
=?UTF-8?Q?Marc_Recht=c3=a9?= <marc4@rechte.fr> writes:
> This refers to /doc/src/sgml/html/querytree.html, where one mentions a
> qualification part in the Query Tree. While reading the Query node
> (parsenode.h) and output from the log with debug_print_parse = on, I
> cannot see either this part. Is it gone in profit of join tree ?
As noted near the bottom of that documentation page:
It turns out to be convenient to store the top-level WHERE expression
as a qualification attached to the top-level join-tree item, too. So
really the join tree represents both the FROM and WHERE clauses of a
SELECT.
IOW, Query.jointree->quals.
regards, tom lane
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера