Re: Table Inheritance and foreign key problem.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Table Inheritance and foreign key problem.
Дата
Msg-id 20060723141751.GA32088@surnet.cl
обсуждение исходный текст
Ответ на Table Inheritance and foreign key problem.  ("Kostas Maistrelis" <pinakas@gmail.com>)
Список pgsql-general
Kostas Maistrelis wrote:
> I make 3 tables with this senario:
> b (id) extends a (id)
> and
> c (id) references a (id)
>
> i insert one record to  table b (id = 1)
> and then i try to insert a record in table C  (id = 1)
> but it is not possible, i get error
> (look at the sql statements above)

This is a known, documented shortcoming of our inheritance
implementation.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-general по дате отправления:

Предыдущее
От: "Kostas Maistrelis"
Дата:
Сообщение: Table Inheritance and foreign key problem.
Следующее
От: "Joachim Wieland"
Дата:
Сообщение: Re: ECPG. Badly stuck