Re: Small FK patch to deal with tables without oids - Mailing list pgsql-patches

From Tom Lane
Subject Re: Small FK patch to deal with tables without oids
Date
Msg-id 18899.1005278897@sss.pgh.pa.us
Whole thread Raw
In response to Small FK patch to deal with tables without oids  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: Small FK patch to deal with tables without oids
List pgsql-patches
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
>     Tables without oids wouldn't be able to be
> used inside fk constraints, since some of the checks
> in the trigger did a SELECT oid.  Since the oid wasn't
> actually used, I changed this to SELECT 1.

Can't believe I missed that while looking for OID dependencies :-(
Good catch!

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Call for objections: revision of keyword classification
Next
From: Tom Lane
Date:
Subject: Re: Call for objections: revision of keyword classification