Re: Recursive queries? - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Recursive queries?
Date
Msg-id 1075912525.3122.32.camel@fuji.krosing.net
Whole thread Raw
In response to Re: Recursive queries?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane kirjutas K, 04.02.2004 kell 06:04:
> Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> > Wasn't there some guy at RedHat doing it?
>
> Andrew Overholt did some work on SQL99 recursive queries, but went back
> to university without having gotten to the point where it actually
> worked.  One of the many things on my to-do list is to pick up and
> finish Andrew's work on this.  If someone has time to work on it,
> let me know and I'll try to get what he had over to you.

I attach my early attempts at doing the same.

I also sent this to Andrew while he was working on it, and he claimed
that his version was similar. I think he sent me a slightly more
advanced verion of this, but I'm currently unable to lovcate it.

This has mainly the syntax part (without recursion control IIRC) and
some initial documentation (in python's StructuredText and html formats)

If I find Andrews variant I'll try to post it too.

-------------
Hannu


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PITR Dead horse?
Next
From: Hannu Krosing
Date:
Subject: Re: Recursive queries?