Re: Oracle 'connect by prior' now eaiser in 7.3?

From: "Randolf Richardson, DevNet SysOp 29" <rr(at)8x(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Oracle 'connect by prior' now eaiser in 7.3?
Date: 2003-11-17 04:35:04
Message-ID: Xns9435CF5523F2Err8xca@200.46.204.72
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

[sNip]
> See connectby() in contrib/tablefunc. Someone was working on SQL99
> recursive queries but it didn't get done for 7.4 -- perhaps it will be
> in 7.5. In the meantime, connectby() is in 7.3 and might work for you.

Oracle 8i doesn't seem to have any special indexing to handle this
efficiently. Do you happen to know if PostgreSQL will have a special
indexing option for this feature? If it does, it will very likely provide a
major performance advantage over Oracle.

--
Randolf Richardson - rr(at)8x(dot)ca
Inter-Corporate Computer & Network Services, Inc.
Vancouver, British Columbia, Canada
http://www.8x.ca/

This message originated from within a secure, reliable,
high-performance network ... a Novell NetWare network.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Randolf Richardson, DevNet SysOp 29 2003-11-17 04:55:14 Re: HELP ME
Previous Message Randolf Richardson, DevNet SysOp 29 2003-11-17 04:26:51 Re: Array fields in Postgresql...