"Kyle F. Downey" <[EMAIL PROTECTED]> writes:
> In 7.1rc2, this same DDL results in this error:
> ERROR: UNIQUE constraint matching given keys for referenced table
> "incidents" not found
7.1 enforces the requirement that the referenced column be marked UNIQUE
(or PRIMARY KEY, which implies UNIQUE). Seems to work if you add that.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly