Re: Recursive queries

From: tmp <skrald(at)amossen(dot)dk>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Recursive queries
Date: 2005-01-25 21:03:58
Message-ID: 1106687039.3688.4.camel@debian
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I don't think anybody has written the syntactic sugar, but someone did
> write a function that provides equivalent output.

I think it is important that the funcionality lies in the database
engine itself: In that way it can more efficiently make use of the
optimizer.

Also, I think this "recursive" feature is *the* most important upcoming
improvements: Currently there are simply no efficient way of fetching
linked structures, which however is quite common in many areas.

Regards

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2005-01-25 21:04:53 Re: Apparently I don't understand full outer joins....
Previous Message Stephan Szabo 2005-01-25 20:59:11 Re: Apparently I don't understand full outer joins....