Grant permission to all objects of user A to user B

Поиск
Список
Период
Сортировка
От kumar
Тема Grant permission to all objects of user A to user B
Дата
Msg-id 017d01c422b7$0220cc80$7502a8c0@hdsc.com
обсуждение исходный текст
Ответы Re: Grant permission to all objects of user A to user B
Список pgsql-sql
Dear Friends,
 
Postgres 7.3.2.
 
I have an database with owner USRA who owns about 300 objects (tables and functions). Now I want to give 'ALL' permission to all the objects of USRA to another database user USRB.
 
If I use the grant i need to type all the objects as comma separated, like the following
booktown=# GRANT ALL ON customers, books, editions, publishers
booktown-#           TO manager;
CHANGE
Is there any other way do it.
 
Thanks
Kumar

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

Предыдущее
От: sad
Дата:
Сообщение: type conversions
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: [GENERAL] SQL script