Some transactions 

INSERT INTO audit VALUES (893, '2011-02-18 11:58:08+13', 1, 104);

UPDATE person SET
    date_of_birth = '1992-09-05',
    audit_id = 893
WHERE person_id = 4097;