Re: [SQL] inheritance

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] inheritance
Date: 1999-05-05 05:12:07
Message-ID: 372FD327.CB1C787E@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

  • inheritance at 1999-05-04 13:27:23 from Ingrith Andrea Correa Vargas

Browse pgsql-sql by date

  From Date Subject
Next Message Joerg Fischer 1999-05-05 05:35:05 Re: [SQL] No DIVIDE Operator
Previous Message Michael J Davis 1999-05-05 04:58:53 RE: [SQL] inheritance