"Josh Harrison" <joshques(at)gmail(dot)com> writes:
> How can I give the ALTER permission
You can't grant ALTER permission --- that's only allowed to the table
owner. However, you could make thw table be owned by a group role and
grant membership in that role.
regards, tom lane