Re: Recursive queries?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Recursive queries?
Date: 2004-02-04 20:08:13
Message-ID: 200402041208.13237.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Chris, Robert

> As a side note, I thought Joe Conway also had an implementation of
> this...

Yes, we already have a connect_by function, and have had since 7.3. Look
in /contrib/tablefuc.

I think that's as far as we want to go implementing Oracle's syntax, though
*external* patches are of course good for GBorg. If we're to implement
recursive queries, we should implement the SQL99 standard.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2004-02-04 20:22:16 Two-phase commit
Previous Message Michael Brusser 2004-02-04 19:54:26 Question on database backup