No, I think you are possibly looking at the meaning of record_id in a different way than intended.
If the parameter record_id is 0 then the permission refers to all the records in the table, If the record_id is > 0 then it refers to the record in the table whose id == record_id On Sep 22, 1:33 am, guruyaya <[email protected]> wrote: > 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?

