Re: [SQL] child fk problem

2005-11-30 Thread Scott Marlowe
On Wed, 2005-11-30 at 12:42, Luis Silva wrote: > I there, I'm trying to work with postgre, but i'm having a problem > with inherits. I have a table (parent) that as an fk to another table. > When i create a child, i loose the connection to the other table. i > dont need to insert values in the par

[SQL] child fk problem

2005-11-30 Thread Luis Silva
I there, I'm trying to work with postgre, but i'm having a problem with inherits. I have a table (parent) that as an fk to another table. When i create a child,  i loose the connection to the other table. i dont need to insert values in the parent table. what do i need to do?? tks in advanc