In postgres, we have both, a stored procedure content_item__del (doing the real work) and a content_item__delete (just calling content_item__del). In the oracle version there is only a "procedure del". Is there a reason for having the double definition in postgres? should not the __delete version dropped (or marked deprecated)?
Same with content_revision.