Re: Foreign key constraint accepted even when not same - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Foreign key constraint accepted even when not same
Date
Msg-id 20030922170839.A13760@megazone.bigpanda.com
Whole thread Raw
In response to Foreign key constraint accepted even when not same data type  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
List pgsql-general
On Mon, 22 Sep 2003, Jean-Christian Imbeault wrote:

> Is it right for postgres to accept a foreign key constraint when the
> type of the field is not the same as that of the foreign key?

IIRC in SQL92 it's said that they need to be the same type, but in SQL99
it says that the two types must be comparable.  We basically implement the
latter, basically using the existance of a usable equality operator as the
determination of comparable.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: sql to get the column names of a table
Next
From: "John Sidney-Woollett"
Date:
Subject: Re: sql to get the column names of a table