Re: [SQL] Help! Storing trees in Postgres

2000-11-08 Thread kovacsz
> Is there any way to implement a query in Postgres that would be in some way > analogues to Oracle's START WITH/CONNECT BY structure? Unfortunately, no such statements. Instead, you should write your own functions which can operate on your own defined table. The table represents the edges of the

[SQL] Help! Storing trees in Postgres

2000-11-02 Thread Sergei O . Naumov
Hi! I just subscribed myself to this list and sent a message but I am not sure that it reached the list. So, I am asking one more time. :-) Is there any way to implement a query in Postgres that would be in some way analogues to Oracle's START WITH/CONNECT BY structure? I'd very much appreciate