postgresql7.2
select content_template__new(:template_name, :parent_id,
null, now(), :creation_user_id, :creation_ip)
select content_template__delete(:template_id)
select content_template__get_root_folder()
select content_item__register_template(:item_id, :template_id, :context)
select content_item__unregister_template(:item_id, :template_id, :context)
select name, item_id from cr_items where item_id = content_item__get_template(:item_id, :context)
select content_item__get_id(:url, :root_id, 'true');
select name from cr_items where item_id = content_item__get_template(:item_id, :context)