Allowing Other Users to Alter a Table - Mailing list pgsql-general

From Jerry Richards
Subject Allowing Other Users to Alter a Table
Date
Msg-id 1545146083A72C4DB7B66584B7E5D98402B6234C@SN2PRD0410MB384.namprd04.prod.outlook.com
Whole thread Raw
Responses Re: Allowing Other Users to Alter a Table  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
I'm getting this error:

"Error executing SQL ALTER TABLE ts_core.calls ALTER COLUMN call_uuid TYPE VARCHAR(255): ERROR: must be owner of
relationcalls" 

Is there a way that I can configure postgresql so that it allows other users to alter this table?

Thanks Much,
Jerry


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: COPY and indices?
Next
From: Scott Marlowe
Date:
Subject: Re: Allowing Other Users to Alter a Table