Thread: Why is postgres an ORDMS
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. Any comments about it Thanks -- Josué Maldonado
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
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.
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