postgresql7.1 select ab_contact_rel__delete(:rel_id); delete from acs_permissions where object_id = :contact_id; -- Delete the contact, blowing away orphan addresses. ab_contact__delete(contact_id => :contact_id, delete_orphan_addresses_p => 't');