Re: Referencial integrity when there are timestamp primary keys
Stephan Szabo <sszabo@megazone23.bigpanda.com>
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Vilson farias <vilson.farias@digitro.com.br>
Cc: pgsql-bugs@postgresql.org
Date: 2000-10-10T17:04:56Z
Lists: pgsql-bugs
Attachments
- fk2.patch (text/plain) patch
This is a stupid garden variety bug and I'm not sure why I didn't catch it previously. The patch included is against fairly current sources, but it may apply cleanly against 7.0.2 as well. On Fri, 6 Oct 2000, Vilson farias wrote: > I found a irregular behavior with constraints. > > I can only set a referencial integrity between these tables when there are > no data, even if there are no change to referential integrity violation.