Re: Why is postgres an ORDMS

Started by Bruce Momjianover 22 years ago3 messagesgeneral
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Josu��� Maldonado wrote:

Hello list,

A friend of mine just asked me this, why is postgres an ORDBMS and what
does it mean and how to apply it on real development.

We are OR (object-relational) because we are extendable, unlike a
typical DBMS.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#1)

Bruce Momjian wrote:

Josu� Maldonado wrote:

Hello list,

A friend of mine just asked me this, why is postgres an ORDBMS and
what does it mean and how to apply it on real development.

We are OR (object-relational) because we are extendable, unlike a
typical DBMS.

No, it means there are object-oriented elements in it, like abstract
data types and inheritance.

#3Josué Maldonado
josue@lamundial.hn
In reply to: Peter Eisentraut (#2)

Hi Peter,

In fact the inheritance was mi first tought, so as I didn't explain
myself enough and I don't have too much knoledge in that topic, I sent
him an URL of the practical postgresql book where that concept is explained.

Peter Eisentraut wrote:

Bruce Momjian wrote:

Josu� Maldonado wrote:

Hello list,

A friend of mine just asked me this, why is postgres an ORDBMS and
what does it mean and how to apply it on real development.

We are OR (object-relational) because we are extendable, unlike a
typical DBMS.

No, it means there are object-oriented elements in it, like abstract
data types and inheritance.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
Josu� Maldonado