arbitrary data scheme

From: Petr Duchon <pduchon(at)mistral(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: arbitrary data scheme
Date: 2003-09-09 18:29:49
Message-ID: 3F5E1C1D.6080901@mistral.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everybody,

Is it possible to design an arbitrary, hierarchical data scheme, that
would allow its modification & extension during devel process?
In ideal case, it should also support some inheritance. I tried ltree
for the hierarchy, and that worx fine. But I ran into problems when
traversing across different tables connected by id. The DS and SELECTing
just gets too complex to handle. And too inefficient, maybe. Does
somebody have any experience with this? I'm thinking of it for too long
now and i'm getting a little desperate.

Thank You,
Petr.

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2003-09-09 18:34:31 Re: why does count take so long?
Previous Message Daniel Schuchardt 2003-09-09 18:27:27 Kill -9 Postmaster and Temporary Tables