Re: Not able to change the owner of function - Mailing list pgsql-general

From Frank Heikens
Subject Re: Not able to change the owner of function
Date
Msg-id 78AB890A-F3C8-42DE-BE98-D078007F9828@mac.com
Whole thread Raw
In response to Not able to change the owner of function  (Jignesh Shah <jignesh.shah1980@gmail.com>)
Responses Re: Not able to change the owner of function  (Jignesh Shah <jignesh.shah1980@gmail.com>)
List pgsql-general
Skip the SET-keyword:

ALTER FUNCTION test_create() OWNER TO masanip;

Regards,
Frank



Op 24 feb 2010, om 07:14 heeft Jignesh Shah het volgende geschreven:

Hi,
 
could you tell me what could be the issue in below command. I could see that there is an option for changing OWNER of function but not sure why it is giving this error.
 
techdb=# ALTER FUNCTION test_create() SET OWNER TO masanip;
ERROR:  unrecognized configuration parameter "owner"
techdb=#
 
Thanks in advance,
Jack




pgsql-general by date:

Previous
From: Jignesh Shah
Date:
Subject: Re: [NOVICE] Not able to change the owner of function
Next
From: Jignesh Shah
Date:
Subject: Re: Not able to change the owner of function