Constructors in clases - Mailing list pgsql-novice

From cima
Subject Constructors in clases
Date
Msg-id 000c01c523a1$79208b90$f00110ac@doctorado1
Whole thread Raw
Responses Re: Constructors in clases
List pgsql-novice
is the following possible in postgresql 7.4?
 
create table t1 (name varchar(10), age int2);
 
create table t2 (position varchar(20), worker t1);
 
if it is then how do i insert a record in t2? in the documentation i´ve read about object relational dbs there is some constructor involved but i´m not sure how to work with it.
 
 
any help with this will be highly apreciated!

pgsql-novice by date:

Previous
From: John Phillips
Date:
Subject: Need some install help .....pgsql8.0.1 on Suse Linux 9.2 pro
Next
From: David
Date:
Subject: Re: Getting started - Interfacing questions