Not able to change the owner of function - Mailing list pgsql-novice

From Jignesh Shah
Subject Not able to change the owner of function
Date
Msg-id c11950271002232214p2aa7c96cn71f921199c6cb5c4@mail.gmail.com
Whole thread Raw
Responses Re: Not able to change the owner of function
List pgsql-novice
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-novice by date:

Previous
From: "Bret S. Lambert"
Date:
Subject: Re: Seeking experiences 'accessing' Microsoft Active Directory credentials from PostgreSQL, in conjunction with the sys admin / IT...
Next
From: "A. Kretschmer"
Date:
Subject: Re: Not able to change the owner of function