Some transactions 

INSERT INTO audit VALUES (933, '2012-03-16 09:55:53+13', 1, 301);

UPDATE person SET
    address = '108 Duncan Street, Dunedin',
    audit_id = 933
WHERE person_id = 4048;