Newbie Inheritance Question - Mailing list pgsql-general

From David Wheeler
Subject Newbie Inheritance Question
Date
Msg-id Pine.LNX.4.21.0106221035370.1444-100000@theory.versive.org
Whole thread Raw
Responses Re: Newbie Inheritance Question  (Edwin Grubbs <egrubbs@rackspace.com>)
List pgsql-general
Hi All,

Can anyone tell me now I might extend an existing record in a parent table
to have values in an inherited table? An example would be a table of all
people (person), and a table of users (usr) that inherits from person. Say
there's an existing record in person, and I want to use that same record
to make them a member of the usr table, as well. Is this possible, other
than by deleting the record from person and re-inserting it into usr?

Thanks,

David

--
David Wheeler                                         AIM: dwTheory
David@Wheeler.net                                     ICQ: 15726394
                                                   Yahoo!: dew7e
                                                   Jabber: Theory@jabber.org


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Indexes not being used.
Next
From: Jason Earl
Date:
Subject: Re: Indexes not being used.