Re: Insert into when the type is an other table

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Insert into when the type is an other table
Date: 2001-03-19 18:36:44
Message-ID: 20010319123644.A10748@mail.serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 19, 2001 at 02:44:38PM +0100, Mourad EL HADJ MIMOUNE
wrote:
> Hi,
>
> I created a Table:
>
> Create Table address (contry varchar(20), city varchar(20),
> zip_code integer),
>
> Create Table person (Name varchar(20), addr address);

see the INHERITANCE feature in the .../postgresql-doc/html/ stuff
(either in /usr/share/doc or /usr/doc) under TUTORIAL ->
ADVANCED.

--
It is always hazardous to ask "Why?" in science, but it is often
interesting to do so just the same.
-- Isaac Asimov, 'The Genetic Code'

will(at)serensoft(dot)com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Wickstrom 2001-03-19 18:53:30 select fails inside function, but works otherwise
Previous Message Tom Lane 2001-03-19 18:35:23 Re: Cant connect if -B 1024 was set to postmaster