How to GRANT rights to modify a table ???

Поиск
Список
Период
Сортировка
От Denis BUCHER
Тема How to GRANT rights to modify a table ???
Дата
Msg-id 4AABC1E5.7060405@hsolutions.ch
обсуждение исходный текст
Ответы Re: How to GRANT rights to modify a table ???  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
Hello,

A very annoying problem with Postgres is the following one :

As postgres user, I give all rights to all objects of a database or
schema to a colleague :
GRANT ALL ON mytable TO mycolleague;

But when he tries to modify something, even something really small like
adding a column to a table :
ALTER TABLE mytable ADD COLUMN field integer;
ERROR: must be the owner of the mytable relation

Therefore, how to give right to some user on tables structure ???

Thanks a lot for any help, this problem is always giving us lots of
difficulties...

Denis

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

Предыдущее
От: Clodoaldo Neto
Дата:
Сообщение: Missing 8.2.14 source rpms
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: How to GRANT rights to modify a table ???