Re: Not able to change the owner of function

Поиск
Список
Период
Сортировка
От Jignesh Shah
Тема Re: Not able to change the owner of function
Дата
Msg-id c11950271002232238s3310d9fbicd50bf0597b78852@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Not able to change the owner of function  (Frank Heikens <frankheikens@mac.com>)
Список pgsql-general
Thanks :) I am going crazy at times.

On Wed, Feb 24, 2010 at 12:04 PM, Frank Heikens <frankheikens@mac.com> wrote:
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 по дате отправления:

Предыдущее
От: Frank Heikens
Дата:
Сообщение: Re: Not able to change the owner of function
Следующее
От: John Gage
Дата:
Сообщение: Row ordering after CREATE TABLE AS...SELECT regexp_split_to_table(source_text, regexp) AS new_column