Re: Question about the WITH RECURSIVE patch - Mailing list pgsql-general

From Josh Harrison
Subject Re: Question about the WITH RECURSIVE patch
Date
Msg-id 8d89ea1d0811201333i564d208n50c3dc286547b076@mail.gmail.com
Whole thread Raw
In response to Re: Question about the WITH RECURSIVE patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Thanks Tom. This is wonderful

On Thu, Nov 20, 2008 at 4:21 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
"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 by date:

Previous
From: Christophe
Date:
Subject: Re: Question about the WITH RECURSIVE patch
Next
From: Thomas Kellerer
Date:
Subject: Re: Question about the WITH RECURSIVE patch