postgresql7.1
select authority__new(
:authority_id,
null, -- object_type
:short_name,
:pretty_name,
:enabled_p,
:sort_order,
:auth_impl_id,
:pwd_impl_id,
:forgotten_pwd_url,
:change_pwd_url,
:register_impl_id,
:register_url,
:help_contact_text,
:get_doc_impl_id,
:process_doc_impl_id,
:snapshot_p,
:batch_sync_enabled_p,
:creation_user,
:creation_ip,
:context_id
);
select authority__del(
:authority_id
);