Re: Foreign key data type mismatches - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: Foreign key data type mismatches
Date
Msg-id 20031201073028.I44545@megazone.bigpanda.com
Whole thread Raw
In response to Foreign key data type mismatches  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Mon, 1 Dec 2003, Peter Eisentraut wrote:

> I was just annoyed to find out that a foreign key doesn't check whether
> the referenced column has a sufficiently similar data type, it only checks
> whether an = operator exists.  This masks schema design errors and typos.
> Should this be tightened up, for example using the castability
> characteristics between the two data types?

Maybe, but IIRC the spec only requires comparability between the types
involved. Since we don't use the same rules as the spec for that,
existance of equality comparison was treated as the closest match to the
requirement at the time.


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: initdb should create a warning message [was Re: [ADMIN]
Next
From: ow
Date:
Subject: Max number of rows in a table