PRIMARY KEY not found? - Mailing list pgsql-general

From Vernon Smith
Subject PRIMARY KEY not found?
Date
Msg-id BACJOIKLEPNDNEAA@mailcity.com
Whole thread Raw
Responses Re: PRIMARY KEY not found?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: plPHP -- sort of an announcement.. but not commercial
Next
From: Stephan Szabo
Date:
Subject: Re: PRIMARY KEY not found?