>Doesn't the delete function also checks permissions on all the >referenced rows? I don't think you can implement this in SQL.
You are talking about the admin interface - we are talking about the database API. The database API doesn't check any permissions, as it's a Python call done by the programmer, and we still trust the programmer ;-) bye, Georg