Re: Re: Help!!! Trying to "SELECT" and get a tree structure back.

From: Markus Wagner <mawagner(at)mail(dot)uni-mainz(dot)de>
To: joe(dot)celko(at)trilogy(dot)com (--CELKO--), pgsql-sql(at)postgresql(dot)org
Subject: Re: Re: Help!!! Trying to "SELECT" and get a tree structure back.
Date: 2001-07-05 06:27:23
Message-ID: 01070508272300.15696@mws
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Joe,

what if you want to insert a node somewhere in the tree?
You have to update all nodes, right?

Markus

On Friday 29 June 2001 21:06, --CELKO-- wrote:
>
> Albert (1,12)
> / \
> / \
> Bert (2,3) Chuck (4,11)
> / | \
> / | \
> / | \
> / | \
> Donna (5,6) Eddie (7,8) Fred (9,10)
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message DI Hasenöhrl 2001-07-05 08:02:18 Re: Kind of error-handler in a pgsql function
Previous Message Alex Pilosov 2001-07-05 03:12:03 Re: Kind of error-handler in a pgsql function