diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-12 06:09:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-12 06:09:09 +0000 |
commit | e506ca40634b0e893ea888aaf18896cab309f704 (patch) | |
tree | 1c9e569092a0c9d6e005c1e78a11e1150bf2b6b9 /doc/src | |
parent | 9371325042a21cd5369d5efcb592f2b9de685441 (diff) | |
download | postgresql-e506ca40634b0e893ea888aaf18896cab309f704.tar.gz postgresql-e506ca40634b0e893ea888aaf18896cab309f704.zip |
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.
Stephan Szabo
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions