From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: OO database? |
Date: | 2003-12-09 03:08:49 |
Message-ID: | m3wu963cxq.fsf@wolfe.cbbrowne.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
After a long battle with technology, db(at)traceroute(dot)dk (Socketd), an earthling, wrote:
> Hi all
>
> I can see Postgresql calls itself a "object-relational database
> management system", but what's the object part of it?
>
> I have found inheritance, but are there more OO features in postgresql?
It offers "method dispatch" where the system can invoke different
methods dependent on the types of values passed into a function.
--
select 'cbbrowne' || '@' || 'acm.org';
http://www3.sympatico.ca/cbbrowne/sgml.html
Q: What does the function NULL do?
A: The function NULL tests whether or not its argument is NIL or not. If
its argument is NIL the value of NULL is NIL.
-- Ken Tracton, Programmer's Guide to Lisp, page 73.
From | Date | Subject | |
---|---|---|---|
Next Message | Victor B. Berdin | 2003-12-09 03:48:04 | Re: pgsql 7.4 on minimal environment |
Previous Message | Victor B. Berdin | 2003-12-09 01:49:15 | pgsql 7.4 on minimal environment |