Re: Patch for catching incompatible types in fk constraints

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch for catching incompatible types in fk constraints
Date: 2001-04-16 07:19:44
Message-ID: Pine.BSF.4.21.0104160018410.70156-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I was assuming 7.2, but I've been afraid
of losing it again (already had one computer
lose power supply eating my last version of
the patch) so I figured I'd send it.

On Sun, 15 Apr 2001, Tom Lane wrote:

> Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> > 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.
>
> Are you intending this to go into 7.1.1 or 7.2?
>
> It seems a bit large for a 7.1.1 patch, given the lack of testing
> that we're likely to get for 7.1.1.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Adam J. Richter 2001-04-16 08:20:27 PATCH: postgresql-7.1 + readline-4.2 compatability
Previous Message Bruce Momjian 2001-04-16 04:20:44 Re: faq-japanese updated