Re: [PATCHES] WITH RECURSIVE updated to CVS TIP - Mailing list pgsql-hackers

From David Fetter
Subject Re: [PATCHES] WITH RECURSIVE updated to CVS TIP
Date
Msg-id 20080714230445.GT14063@fetter.org
Whole thread Raw
In response to Re: [PATCHES] WITH RECURSIVE updated to CVS TIP  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: [PATCHES] WITH RECURSIVE updated to CVS TIP  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
On Tue, Jul 08, 2008 at 06:01:05PM +0900, Tatsuo Ishii wrote:
> Here is the patches he made against CVS HEAD (as of today).
>
> According to him followings are fixed with the patches:
>
> - fix crush with DISTINCT
> - fix creating VIEW
> - fix the case when recursion plan has another recursion plan under it
> - fix WITH RECURSIVE ...(..) SELECT ...WHERE.. returns wrong result
> - fix inifinit recursion with OUTER JOIN

Great!

I've patched psql for some partial support of WITH [RECURSIVE].

http://git.postgresql.org/?p=~davidfetter/postgresql/.git;a=commit;h=da63f9a82b9e902b5542f788b2e6e6bc95221793

> Not yet fixed:
>
> - detect certain queries those are not valid acroding to the standard
> - sort query names acording to the dependency

Is there something in the standard on how to do this?  How to sort the
nodes other ways?

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Exposing quals
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Postgres-R source code release