Re: Modeling trees with Nested Sets and Nested Intervals

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Modeling trees with Nested Sets and Nested Intervals
Дата
Msg-id A3797CB3-1B6D-4456-B85A-4B8B33029520@myrealbox.com
обсуждение исходный текст
Ответ на Modeling trees with Nested Sets and Nested Intervals  (Daniel Browning <db@kavod.com>)
Список pgsql-sql
On Apr 7, 2006, at 16:28 , Daniel Browning wrote:

> * Static Hierarchies and Binary Fractions in PostgreSQL, by Michael  
> Glaesemann
>   http://www.grzm.com/fornow/archives/2004/07/10/static_hierarchies
>
> This is the most complete out-of-the-box solution I've found.

I wrote up Tropashko's method because I had found enough material on  
the nested set method on the web to apply it to PostgreSQL (which  
works quite well once you get it set up) and was interested in seeing  
what else was out there. Though, as you note, there's no ready-to-go  
nested set solution specifically for PostgreSQL. You may also want to  
take a look at contib/ltree in the PostgreSQL sources for handling  
hierarchical data. I haven't used it myself, but many others smarter  
than me have reported satisfaction with it.

If you start implementing the nested set method and have some  
questions, feel free to post them here. I'm sure someone will be able  
to answer them.

Good luck!

Michael Glaesemann
grzm myrealbox com





В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Returning a set from an function
Следующее
От: "codeWarrior"
Дата:
Сообщение: Re: Returning a set from an function