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

From Stephan Szabo
Subject Small FK patch to deal with tables without oids
Date
Msg-id 20011108090005.D53365-200000@megazone23.bigpanda.com
Whole thread Raw
Responses Re: Small FK patch to deal with tables without oids
Re: Small FK patch to deal with tables without oids
List pgsql-patches
    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.  My test
case with non-oid tables now works and fk regression
appears to run fine on my machine.

Attachment

pgsql-patches by date:

Previous
From: Klaus Naumann
Date:
Subject: Patch for Makefile race against current cvs
Next
From: Bruce Momjian
Date:
Subject: MD5 support for ODBC