Re: Question about the WITH RECURSIVE patch
| От | Tom Lane |
|---|---|
| Тема | Re: Question about the WITH RECURSIVE patch |
| Дата | |
| Msg-id | 8164.1227216064@sss.pgh.pa.us обсуждение |
| Ответ на | Question about the WITH RECURSIVE patch ("Josh Harrison" <joshques@gmail.com>) |
| Ответы |
Re: Question about the WITH RECURSIVE patch
Re: Question about the WITH RECURSIVE patch Re: Question about the WITH RECURSIVE patch |
| Список | pgsql-general |
"Josh Harrison" <joshques@gmail.com> writes: > My question is when I don't use the Recursive term does the optimizer just > consider it as a subquery or does it work like Oracle's WITH CLAUSE > (Subquery Factoring) ? Oracle's WITH CLAUSE boosts the performance of the > queries. So does this do the same? See the fine manual, for instance last para here: http://developer.postgresql.org/pgdocs/postgres/queries-with.html regards, tom lane
В списке pgsql-general по дате отправления: