aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-12 06:09:09 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-12 06:09:09 +0000
commite506ca40634b0e893ea888aaf18896cab309f704 (patch)
tree1c9e569092a0c9d6e005c1e78a11e1150bf2b6b9 /doc/src
parent9371325042a21cd5369d5efcb592f2b9de685441 (diff)
downloadpostgresql-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