On Fri, 2002-06-28 at 03:21, Josh Berkus wrote:
>
> Karel,
>
> >
> > OO in PostgreSQL means that you can create own operators, datetypes,
> functions...
>
> Last I checked, all of these things were part of the SQL spec. I believe our
> only "OO" functionality is inheritance ...
Actually _single_ inheritance is also part of SQL99
create table ... under ...
> which I have yet to find a use for.
It will become much more useful once implemented more thoroughly ;)
---------------
Hannu