Ruslan A Dautkhanov <[EMAIL PROTECTED]> writes:
> Here's the patch ( http://gppl.terminal.ru/ ), which allow
> PostgreSQL use queries like
> connect by id = prior parent_id
Isn't this the same patch that we rejected a year or two back?
> as described in SQL standard...
AFAIK there is no such sy
Hello !
Here's the patch ( http://gppl.terminal.ru/ ), which allow
PostgreSQL use queries like
select id
from tab
start with =
connect by id = prior parent_id
as described in SQL standard...
Developers can look if it's possible to merge this patch
with current CVS.
--