Re: Object Oriented features in PostgreSQL

From: Christian Pöcher <Poecher(at)gmx(dot)net>
To: Mokos Péter <mokos(dot)peti(at)freemail(dot)hu>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Object Oriented features in PostgreSQL
Date: 2004-03-24 13:39:54
Message-ID: 003801c411a5$7de93cd0$870acad4@dose
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


----- Original Message -----
From: "Mokos Péter" <mokos(dot)peti(at)freemail(dot)hu>
To: <pgsql-novice(at)postgresql(dot)org>
Sent: Tuesday, March 23, 2004 1:05 PM
Subject: [NOVICE] Object Oriented features in PostgreSQL

> Can you tell me what are the Object oriented features of the program,
> and what are the main expansion plans about this topic?

You might want to check inheritance of parent tables. You can do this by
using
CREATE TABLE childtable (...) INHERITS (parenttable);

chris

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David P. Lurie 2004-03-24 18:20:53 configure script failure with SCO 5.0.7
Previous Message CoL 2004-03-24 12:50:11 Re: how to test string against regular expression contained in postgresql