"Josh Harrison" <[EMAIL PROTECTED]> 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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to