By comparing backups, I found
CREATE CONSTRAINT TRIGGER "<unnamed>" AFTER INSERT OR UPDATE ON "person" NOT
DEFERRABLE INITIALLY IMMEDIATE FOR EACH ROW EXECUTE PROCEDURE "RI_FKey_check_ins"
('<unnamed>', 'person', 'subject', 'UNSPECIFIED', 'subjectid', 'id');
Don't know where that came from, but probably operator error.. There isn't
an easy way of scrubbing an unnamed trigger is there? (I dump/edit/reloaded)
Cheers,
Patrick
- Re: [HACKERS] Strange.. solved Patrick Welche
- Re: [HACKERS] Strange.. solved Stephan Szabo
- [HACKERS] Bad REFERENCES behaviour Christopher Kings-Lynne
- Re: [HACKERS] Bad REFERENCES behaviou... Stephan Szabo
