PRIMARY KEY not found?

Поиск
Список
Период
Сортировка
От Vernon Smith
Тема PRIMARY KEY not found?
Дата
Msg-id BACJOIKLEPNDNEAA@mailcity.com
обсуждение исходный текст
Ответы Re: PRIMARY KEY not found?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-general
Here is the problem:

Table A ( id int, ...)
Table B ( ... ) inherits (A)

CREATE TABLE C ( id int REFERENCES B ON DELETE CASCADE, ...);

ERROR:  PRIMARY KEY for referenced table "B" not found

It is fine when the reference is table A.

Why?



____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: plPHP -- sort of an announcement.. but not commercial
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: PRIMARY KEY not found?