Re: Question about the WITH RECURSIVE patch

From: Christophe <xof(at)thebuild(dot)com>
To: General postgres mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Question about the WITH RECURSIVE patch
Date: 2008-11-20 21:30:01
Message-ID: FF30CDA9-3B00-4723-A1D9-AE32C3BB1AAF@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Nov 20, 2008, at 1:21 PM, Tom Lane wrote:
> See the fine manual, for instance last para here:
> http://developer.postgresql.org/pgdocs/postgres/queries-with.html

Fine manual indeed... this the best explanation of WITH RECURSIVE
I've ever read. Kudos to the documentation writer(s).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh Harrison 2008-11-20 21:33:16 Re: Question about the WITH RECURSIVE patch
Previous Message Tom Lane 2008-11-20 21:21:04 Re: Question about the WITH RECURSIVE patch