ERROR:  pg_atoi: error in "content_item_globals__c_root_folder_id":
can't parse "content_item_globals__c_root_folder_id"
Any clues ?
create function inline_9 ()
returns integer as'
begin
  PERFORM content_folder__register_content_type(
			''content_item_globals__c_root_folder_id'', 
			''cr_wp_attachment'', 
			''f'');
return 0;
end;' language 'plpgsql';