Re: Insert into when the type is an other table - Mailing list pgsql-general

From will trillich
Subject Re: Insert into when the type is an other table
Date
Msg-id 20010319123644.A10748@mail.serensoft.com
Whole thread Raw
In response to Insert into when the type is an other table  ("Mourad EL HADJ MIMOUNE" <mimoune@ensma.fr>)
List 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@serensoft.com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cant connect if -B 1024 was set to postmaster
Next
From: Tom Lane
Date:
Subject: Re: concurrent updates problem