Quoting chapter 8: If "object" is a tablename then the permission can refer to the entire table (record_id==0) or to a specific record (record_id>0). My guess it should be: If "object" is a tablename then the permission can refer to the entire table (record_id>0) or to a specific record (record_id==0).
Am I right?

