postgresql7.1 select u.user_id, person__name(u.user_id) as name, u.email from cc_users u where u.user_id not in (select grantee_id from acs_permissions_all where object_id = :object_id) order by name