Constructors in clases

Поиск
Список
Период
Сортировка
От cima
Тема Constructors in clases
Дата
Msg-id 000c01c523a1$79208b90$f00110ac@doctorado1
обсуждение исходный текст
Ответы Re: Constructors in clases  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: John Phillips
Дата:
Сообщение: Need some install help .....pgsql8.0.1 on Suse Linux 9.2 pro
Следующее
От: David
Дата:
Сообщение: Re: Getting started - Interfacing questions