Thread: About hierarchical_query of Oracle

About hierarchical_query of Oracle

From
Li Yuexin
Date:
    Who can tell me how to complete oracle's hierarchical_query through postgresql。 

Re: About hierarchical_query of Oracle

From
Christopher Kings-Lynne
Date:
Try contrib/tablefunc

Chris


Li Yuexin wrote:

> 
>     Who can tell me how to complete  /oracle's / /hierarchical_query 
> /through postgresql/。 /


Re: About hierarchical_query of Oracle

From
"scott.marlowe"
Date:
On Wed, 10 Mar 2004, Li Yuexin wrote:

>     Who can tell me how to complete oracle's hierarchical_query through 
> postgresql?

Look in the contrib/tablefunc directory for the connect_by function.