Permissions for data manipulation

You can only execute data manipulation statements if you have the proper permissions on the database tables you want to modify. The database administrator and the owners of database objects use the GRANT and REVOKE statements to decide who has access to which data manipulation functions.

Permissions can be granted to individual users, groups, or the PUBLIC group.

 See also