I have a user group named editor_users in my PostgreSQL 9.5 database. And my product table is granted select, insert, update and delete to editor_user members.
But I want to prevent my id column. Nobody may not update id column. How can I revoke update privileges from users?