Re: CONNECT BY and WITH ...

From: David Fetter <david(at)fetter(dot)org>
To: Hans-Juergen Schoenig <postgres(at)cybertec(dot)at>
Cc: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CONNECT BY and WITH ...
Date: 2008-07-08 06:31:43
Message-ID: 20080708063143.GM15394@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 08, 2008 at 07:28:36AM +0200, Hans-Juergen Schoenig wrote:
> good morning everybody,
>
> i know that this is really a hot potato on the mailing list but i
> think it is useful to discuss this issue. in the past few months
> we have been working with a customer to improve evgen's CONNECT BY
> patch. as we have a nice and promising WITH RECURSIVE patch the
> original CONNECT BY codes are pretty obsolete.
>
> however, in the past view weeks I have been asked more than once if
> it is possible to use the current with patch and add the parser
> support for CONNECT BY to it. so, people had the choice whether to
> go with CONNECT BY syntax (to be Oracle compliant, which is
> important) or ANSI SQL compliant (which is important as well).
>
> how are the feelings towards an improvement like that? i would ease
> the pain of many people for sure.

This has been discussed to death several times. We're only going to
do the WITH RECURSIVE (i.e. the SQL standard) tree handling.

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

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-07-08 06:50:47 Re: Adding variables for segment_size, wal_segment_size and block sizes
Previous Message Simon Riggs 2008-07-08 06:01:00 Re: New relkind (was Re: Exposing quals)