Re: Re: Help!!! Trying to "SELECT" and get a tree structure back. - Mailing list pgsql-sql

From Markus Wagner
Subject Re: Re: Help!!! Trying to "SELECT" and get a tree structure back.
Date
Msg-id 01070508272300.15696@mws
Whole thread Raw
In response to Re: Help!!! Trying to "SELECT" and get a tree structure back.  (joe.celko@trilogy.com (--CELKO--))
List 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)
>


pgsql-sql by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: Kind of error-handler in a pgsql function
Next
From: DI Hasenöhrl
Date:
Subject: Re: Kind of error-handler in a pgsql function