Re: [SQL] inheritance - Mailing list pgsql-sql

From Chris Bitmead
Subject Re: [SQL] inheritance
Date
Msg-id 372FD327.CB1C787E@bigfoot.com
Whole thread Raw
In response to inheritance  (Ingrith Andrea Correa Vargas <i-correa@uniandes.edu.co>)
List pgsql-sql
Ingrith Andrea Correa Vargas wrote:
> 
> Hello all!
> 
> I have a doubt: It´s possibble to insert a record in a child table and to
> have the same record inserted in the parent automatically?!...like
> inheritance is...

I'm not sure exactly what you mean. If you insert a record into a child
table and then you go SELECT * from parent*
(note the last "*") then you get both parent and child data from the one
query. Is that what you realy want or do you mean something else?


pgsql-sql by date:

Previous
From: Michael J Davis
Date:
Subject: RE: [SQL] inheritance
Next
From: Joerg Fischer
Date:
Subject: Re: [SQL] No DIVIDE Operator