| From: | Frank Heikens <frankheikens(at)mac(dot)com> |
|---|---|
| To: | Jignesh Shah <jignesh(dot)shah1980(at)gmail(dot)com> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org>, postgresql novice <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: Not able to change the owner of function |
| Date: | 2010-02-24 06:34:34 |
| Message-ID: | 78AB890A-F3C8-42DE-BE98-D078007F9828@mac.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-novice |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jignesh Shah | 2010-02-24 06:38:32 | Re: Not able to change the owner of function |
| Previous Message | A. Kretschmer | 2010-02-24 06:32:53 | Re: How to get the permissions assigned to user? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jignesh Shah | 2010-02-24 06:38:32 | Re: Not able to change the owner of function |
| Previous Message | A. Kretschmer | 2010-02-24 06:32:53 | Re: How to get the permissions assigned to user? |