Re: "connect by" - Mailing list pgsql-general

From valgog
Subject Re: "connect by"
Date
Msg-id add1a588-9b77-462b-948a-20a6cc7181c7@s50g2000hsb.googlegroups.com
Whole thread Raw
In response to "connect by"  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
List pgsql-general
On Jun 9, 4:54 pm, Jon.Robe...@asurion.com ("Roberts, Jon") wrote:
> I need a high performing version of Oracle's connect by functionality in
> PostgreSQL.  I saw some dispute about attempts to add this in the
> archives and a reference to an ANSI alternative "with" statement.  Is
> either of these functions available yet?  I'm using 8.3.
>
> Jon
>
> --
> Sent via pgsql-general mailing list (pgsql-gene...@postgresql.org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

If you are building a tree, then an ltree contrib package will be a
great help http://www.postgresql.org/docs/8.3/interactive/ltree.html

-- Valentine

pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: Multithreaded queue in PgSQL
Next
From: "Leif B. Kristensen"
Date:
Subject: Re: REGEXP_REPLACE woes