Re: Utility of recursive queries?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: James Robinson <jlrobins(at)socialserve(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Utility of recursive queries?
Date: 2004-04-09 16:07:56
Message-ID: 200404090907.56630.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

James,

> Would recursive queries be the trick to doing things like unwinding a
> linked-list to either the head or tail, with:

Yes. Also check out contrib/ltree and contrib/tablefunc in your handy-dandy
PostgreSQL source code.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2004-04-09 16:35:44 Re: Utility of recursive queries?
Previous Message Josh Berkus 2004-04-09 16:06:39 Re: SQL challenge--top 10 for each key value?