Re: Recursive queries - Mailing list pgsql-general

From tmp
Subject Re: Recursive queries
Date
Msg-id 1106687039.3688.4.camel@debian
Whole thread Raw
In response to Re: Recursive queries  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Recursive queries  (PFC <lists@boutiquenumerique.com>)
List 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


pgsql-general by date:

Previous
From: tmp
Date:
Subject: Re: Recursive queries
Next
From: Ron Mayer
Date:
Subject: Re: Postgres+XML