Re: Writing apps for ORDBMS

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: Writing apps for ORDBMS
Дата
Msg-id 003701c2c0c3$83a54f80$0102a8c0@mascari.com
обсуждение исходный текст
Ответ на Writing apps for ORDBMS  ("Aurangzeb M. Agha" <aagha@bigfoot.com>)
Ответы Re: Writing apps for ORDBMS  (elein <elein@sbcglobal.net>)
Список pgsql-general
From: "elein" <elein@sbcglobal.net>
>
> This is the primary topic of my book in progress.  (Don't
> hold your breath, but I'm working on it...)
>
> I also recommend "The Plumber's Guide" by Paul Brown,
> however all of the syntax comes from the informix 9 implementation
> of ORDBMS which diverged from its conceptual postgres roots.
> It also describes  features which are specific to informix 9 and
> are not relevant for postgresql.
>
> elein@varlena.com
>
> On Monday 20 January 2003 10:51, Aurangzeb M. Agha wrote:
> > Is there a white-paper or something out there on how to write apps which
> > take advantage of the object-relational features of ORDBMS's?
> >
> > I'm using PostgreSQL right now, but I'm using it as a relational DB,
> > meaning that I'm not taking advantage of, to my knowledge, any of the
> > object capabilities of the DB.
> >
> > I've looked at techdocs but not found anything to my liking.

There is also a bit of a dispute going on as to the value of the object "models" that have thus far been put forward.
Date& Darwen argue in "Foundation for Future Database Systems", that the "relvar = class" equation is the DBMS world's
"FirstGreat Blunder". They argue that domain inheritance, which is orthogonal to the relational model, has merit but
thatrelation variable inheritance (such as that implemented in PostgreSQL) does not. 

Mike Mascari
mascarm@mascari.com


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

Предыдущее
От: elein
Дата:
Сообщение: Re: Writing apps for ORDBMS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Altering a table - positioning new columns