Re: Not able to change the owner of function
| От | A. Kretschmer |
|---|---|
| Тема | Re: Not able to change the owner of function |
| Дата | |
| Msg-id | 20100224062149.GA22249@a-kretschmer.de обсуждение исходный текст |
| Ответ на | Not able to change the owner of function (Jignesh Shah <jignesh.shah1980@gmail.com>) |
| Ответы |
Re: Not able to change the owner of function
|
| Список | pgsql-novice |
In response to Jignesh Shah :
> 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"
test=*# \h alter function
Command: ALTER FUNCTION
Description: change the definition of a function
Syntax:
ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )
OWNER TO new_owner
Read that and try:
ALTER FUNCTION test_create() OWNER TO masanip;
Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99
В списке pgsql-novice по дате отправления: