Re: Hierarchical queries a la Oracle. Patch.

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Hierarchical queries a la Oracle. Patch.
Date: 2002-11-28 19:06:27
Message-ID: 3DE66933.6090206@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Evgen Potemkin wrote:> it's fixed in patch for PG 7.3
>
> '+' comes from .diff, where you take it from :)
>

From here:

>>>>+ + Syntax.
>>>>+ + SELECT ... FROM ... [ WHERE condition ] CONNECT BY c_expr PRIOR
>>>>c_expr START WITH expr + [ HAVING condition [, ...]] [ LIMIT ... ] [
^^^^
>>>>OFFSET ... ]
>>>>+
>>>

--
Fernando Nasser
Red Hat - Toronto E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Fernando Nasser 2002-11-28 19:08:29 Re: Hierarchical queries a la Oracle. Patch.
Previous Message Evgen Potemkin 2002-11-28 17:37:31 Re: Hierarchical queries a la Oracle. Patch.