OO Data

From: Seth Northrop <seth(at)northrops(dot)com>
To: <pgsql-general(at)PostgreSQL(dot)org>
Subject: OO Data
Date: 2002-03-19 20:06:12
Message-ID: Pine.LNX.4.33.0203191453370.11288-100000@smtp.northrops.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Peter Darley 2002-03-19 20:15:32 Building Perl DBI::pg
Previous Message Jean-Luc Lachance 2002-03-19 19:42:52 Re: [SQL] How to create crude report with psql and/or plpgsql