What is object-relational?

From: "Joshua b(dot) Jore" <josh(at)greentechnologist(dot)org>
To:
Cc: pgsql-novice(at)postgresql(dot)org
Subject: What is object-relational?
Date: 2002-03-21 21:21:23
Message-ID: Pine.BSO.4.40.0203211516340.7726-100000@kitten.greentechnologist.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

So PostgreSQL is supposed to be object-relational. What is that and how
should I design my applications with that in mind? There are plenty of
texts out there on plain'ol RDBMS, I haven't seen anything that takes a
ORDBMS spin on it.

I guess what I'm missing is where or what the objects are. I've already
got overloaded functions and I tried to work with inherited tables (but
they didn't work the way I expected them to). Is that all that ORDBMS is?

About the inherited tables, I had hoped to have a parent with children
where fkey constraints held against the parent and cascaded to the
children (say person id where child tables are different types of people).

Joshua b. Jore
http://www.greentechnologist.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (OpenBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE8mk7VfexLsowstzcRArOxAJkBLuz/DRXc7ZfqTdr+8X6Fd+1gyACgvpJ4
RvwqrT4VcRUK1753x8RDUds=
=K9uP
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message hodges 2002-03-22 04:09:28 Re: postmaster start options on RedHat 7.1
Previous Message Josh Berkus 2002-03-21 16:17:08 Re: rules over multiple tables