by Lew <lew@[EMAIL PROTECTED]
>
Apr 6, 2008 at 01:14 PM
shakahshakah@[EMAIL PROTECTED]
wrote:
> Is it possible via a FOREIGN KEY constraint to constrain a single
> column value to a value in another table that's really unique on a
> compound key?
From the PG SQL docs:
> The referenced columns must be the columns of a unique or primary key
constraint in the referenced table.
--
Lew