Object features of pg - Mailing list pgsql-sql

From Michael Ansley
Subject Object features of pg
Date
Msg-id 7F124BC48D56D411812500D0B7472514061449@fileserver002.intecsystems.co.uk
Whole thread Raw
Responses Re: Object features of pg
List pgsql-sql
<p><font size="2">I've done the following:</font><p><font size="2">create table address (address varchar(50), postcode
varchar(9));</font><br/><font size="2">create table client(id integer, name varchar(30), address
address);</font><p><fontsize="2">Now, how the hell do I get information into the address field of client?  There
appearsto be very little in the manual dealing with PGs object features.  Any pointers to places in the manual, or
directinstructions would be gratefully accepted.</font><p><font size="2">Cheers...</font><p><font size="2">MikeA</font> 

pgsql-sql by date:

Previous
From: Keith Wong
Date:
Subject: Re: trigger examples
Next
From: Peter Mount
Date:
Subject: Re: Object features of pg