ALTER TABLE .....Error: Must be owner of the table

Поиск
Список
Период
Сортировка
От Josh Harrison
Тема ALTER TABLE .....Error: Must be owner of the table
Дата
Msg-id 8d89ea1d0812050915j74180595if7f2ae693d82786d@mail.gmail.com
обсуждение исходный текст
Ответы Re: ALTER TABLE .....Error: Must be owner of the table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,
I had created some tables in the schema Foo and given
GRANT ALL ON SCHEMA FOO TO SCOT;
 
But when Scot tries to alter a table he gets the error
MUST BE OWNER OF THE TABLE
 
How can I give the ALTER permission or is there any other way to let other users modify or add tables in this schema?
 
Thanks
Josh

В списке pgsql-general по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Application Stack Builder - proxy error
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Favorite Tom Lane quotes