Patch for catching incompatible types in fk constraints - Mailing list pgsql-patches

From Stephan Szabo
Subject Patch for catching incompatible types in fk constraints
Date
Msg-id Pine.BSF.4.21.0104151533350.68810-200000@megazone23.bigpanda.com
Whole thread Raw
Responses Re: Patch for catching incompatible types in fk constraints
Re: Patch for catching incompatible types in fk constraints
List pgsql-patches
    This patch should catch cases where the types
in referencing and referenced columns of an fk constraint
aren't comparable using '=' at constraint definition time
rather than insert/update time.

Attachment

pgsql-patches by date:

Previous
From: Douglas Carmichael
Date:
Subject: Patch for PostgreSQL 7.0.3 to compile on Tru64 UNIX v5.0A with Compaq C T6.4-212 (dtk)
Next
From: Tom Lane
Date:
Subject: Re: Patch for PostgreSQL 7.0.3 to compile on Tru64 UNIX v5.0A with Compaq C T6.4-212 (dtk)