CONNECT BY

From: Ruslan A Dautkhanov <rusland(at)scn(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: CONNECT BY
Date: 2004-05-07 03:47:34
Message-ID: 409B06D6.9080404@scn.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello !

Here's the patch ( http://gppl.terminal.ru/ ), which allow
PostgreSQL use queries like

select id

from tab

start with = 1111
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.

--
best regards,
Ruslan A Dautkhanov rusland(at)scn(dot)ru

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-05-07 04:38:50 Re: CONNECT BY
Previous Message Eric Tan 2004-05-07 03:06:42 invalid byte sequence for encoding "EUC_TW"