Granting Permissions on Tables

Use grant all to grant permissions on tables in the database

For each table, execute in the database:
grant all on table_name to maintenance_user