Re: Grant permission to all objects of user A to user B

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: Grant permission to all objects of user A to user B
Дата
Msg-id 200404151507.RAA03297@rodos
обсуждение исходный текст
Ответ на Grant permission to all objects of user A to user B  ("kumar" <sgnerd@yahoo.com.sg>)
Ответы Update is very slow on a bigger table
Список pgsql-sql
> 
> Dear Friends,
> 
> Postgres 7.3.2.
> 
> I have an database with owner USRA who owns about 300 objects (tables and f=
> unctions). Now I want to give 'ALL' permission to all the objects of USRA t=
> o another database user USRB.
> 
> If I use the grant i need to type all the objects as comma separated, like =
> the following
> booktown=3D# GRANT ALL ON customers, books, editions, publishers
> booktown-#           TO manager;
> CHANGE
> Is there any other way do it.ThanksKumar
> 
> 
If you're using schemas you can grant the whole schema to the new user. 
If not, the only alternative I know about is extract the table/function 
names via \dt / \df commands within psql and use a script to grant the 
privileges. 

Regards, Christoph 



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

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: Row count after SELECT INTO?
Следующее
От: Joe Conway
Дата:
Сообщение: Re: function returning array