Hi
Is there no other option to grant a user ALTER TABLE privilege except doing the grant <owner> to <user>/<role> :-)
I can understand it is not really ideal to grant access for the user to do ALTER TABLE, this is mainly for the TEST environment while the developers are doing their testing.
For Qual and PROD, it will be restricted to either the owner or users with superuser privileges.
Any advice is much appreciated. Thanks in advance.
Regards,
Ed