privilege is {ALL | SELECT | INSERT | UPDATE | DELETE | RULE }
Grant allows you to give specified permissions to all users or a certain user or group. By default, a table grants read-only (SELECT ) to all Postgres users. You must specifically revoke this privilege if this is not desired.