Allowing Other Users to Alter a Table

From: Jerry Richards <jerry(dot)richards(at)teotech(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Allowing Other Users to Alter a Table
Date: 2012-03-13 16:07:53
Message-ID: 1545146083A72C4DB7B66584B7E5D98402B6234C@SN2PRD0410MB384.namprd04.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 relation calls"

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

Thanks Much,
Jerry

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2012-03-13 16:23:15 Re: Allowing Other Users to Alter a Table
Previous Message Merlin Moncure 2012-03-13 15:15:53 Re: COPY and indices?