Object features of pg

From: Michael Ansley <Michael(dot)Ansley(at)intec-telecom-systems(dot)com>
To: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: Object features of pg
Date: 2000-10-03 13:14:39
Message-ID: 7F124BC48D56D411812500D0B7472514061449@fileserver002.intecsystems.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I've done the following:

create table address (address varchar(50), postcode varchar(9));
create table client(id integer, name varchar(30), address address);

Now, how the hell do I get information into the address field of client?
There appears to be very little in the manual dealing with PGs object
features. Any pointers to places in the manual, or direct instructions
would be gratefully accepted.

Cheers...

MikeA

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Mount 2000-10-03 13:32:23 Re: Object features of pg
Previous Message Antti Linno 2000-10-03 12:01:30 Re: grant select on ALL(?) to dbuser;