Re: child fk problem - Mailing list pgsql-sql

From Scott Marlowe
Subject Re: child fk problem
Date
Msg-id 1133385791.16010.15.camel@state.g2switchworks.com
Whole thread Raw
In response to child fk problem  ("Luis Silva" <lfs12@hotmail.com>)
List pgsql-sql
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 parent table. what do i need to do??
> tks in advance

Neither indexes, nor triggers, nor foreign keys are inherited by child
tables.  only the base structure of the parent.


pgsql-sql by date:

Previous
From: "James M Doherty"
Date:
Subject: Re: quote_literal() fails with unmatched quotes
Next
From: Tom Lane
Date:
Subject: Re: Quote_literal()