Re: Help! Storing trees in Postgres

From: kovacsz <zoli(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu>
To: "Sergei O (dot) Naumov" <naumov(at)r-style(dot)donpac(dot)ru>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Help! Storing trees in Postgres
Date: 2000-11-04 20:09:44
Message-ID: Pine.LNX.4.10.10011031154010.13638-100000@tir.tir
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> 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 tree ("from" and "to"). You might have a look
on
ftp://pc10.radnoti-szeged.sulinet.hu/home/kovacsz/Linux/PostgreSQL/strukturak/

for some details about using partially ordered trees.

Regards, Zoltan

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message kovacsz 2000-11-04 20:16:39 PLPGSQL performance
Previous Message tjk@tksoft.com 2000-11-04 15:30:24 Meaning of "REMINDER from pgsql..."