Re: child fk problem

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: child fk problem
Дата
Msg-id 1133385791.16010.15.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на child fk problem  ("Luis Silva" <lfs12@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "James M Doherty"
Дата:
Сообщение: Re: quote_literal() fails with unmatched quotes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Quote_literal()