Re: [GENERAL] ALTER TABLE .....Error: Must be owner of the table

2008-12-08 Thread Josh Harrison
Thanks all On 12/7/08, Tom Lane <[EMAIL PROTECTED]> wrote: > "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

Re: [GENERAL] ALTER TABLE .....Error: Must be owner of the table

2008-12-07 Thread Tom Lane
"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