Table Privileges

By default, only superusers and table owners have privileges to access a table. All other users and roles must have USAGE privileges on the table schema, and be granted one or more of the following privileges on the table itself:

Only SELECT privileges are valid for system tables.

See Also