OO Data - Mailing list pgsql-general

From Seth Northrop
Subject OO Data
Date
Msg-id Pine.LNX.4.33.0203191453370.11288-100000@smtp.northrops.com
Whole thread Raw
List pgsql-general
Are you able to define table types within tables with Postgres?  I know
some pure OO databases allow it, but, the manual isn't clear about whether
Postgres can.

For example, having a table "fruit" define a datatype of fruit for which
could then use as a datatype in table apples?  I'm not really talking
about table inheritance which I know postgres does, more like true object
inheritance (creating an instance of fruit with specific characteristics
making it an apple).

Just curious.


pgsql-general by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: [SQL] How to create crude report with psql and/or plpgsql
Next
From: "Peter Darley"
Date:
Subject: Building Perl DBI::pg