update acs_objects
set title = :new_short_name
where object_id = :authority_id
select pretty_name, authority_id
from auth_authorities
where enabled_p = 't'
and auth_impl_id is not null
order by sort_order
select authority_id
from auth_authorities
where short_name = :short_name