Re: Table Design for Hierarchical Data - Mailing list pgsql-sql

From Richard Broersma
Subject Re: Table Design for Hierarchical Data
Date
Msg-id x2l396486431004061548y4bdc5dceg9eb54f6122875655@mail.gmail.com
Whole thread Raw
In response to Re: Table Design for Hierarchical Data  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-sql
On Tue, Apr 6, 2010 at 3:04 PM, Michael Glaesemann <grzm@seespotcode.net> wrote:

> Another is nested sets which performs quite nicely for loads which are more read than write (which I suspect is the
casehere).
 

Pg 9.0 has two new features are nice for both Nest set trees.
one is deferrable unique constraints.

While 8.4 has CTE's which are good for querying adjacency list tree,
we need to wait for write-able CTE's (maybe 9.1?) to preform all of
the possible tree modifications.




-- 
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug


pgsql-sql by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Table Design for Hierarchical Data
Next
From: Steve Crawford
Date:
Subject: Re: Table Design for Hierarchical Data