On Sun, 2003-03-02 at 21:27, Eric wrote:
> Hi,
>
> How do I access hierarchical data under PostgreSQL?
> Does it have SQL command similar to Oracle's CONNECT BY?
>
> Any help is appreciated
>
> Eric
>
Seems like it would be worth mentioning Joe Conway's "tablefunc" module
in contrib, which has a connectby function.
Robert Treat