Revoking predicated privileges

Use the revoke command to revoke row-level access on a table. The syntax is:

revoke {all [privileges]
    | [all] permission_list}
on table_name (column_list)    
[with { pred_name | {all |no} predicates}]
from {public | name_list | role_list} 

See the Reference Manual: Commands.