Re: Change owner of all database objects

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Change owner of all database objects
Дата
Msg-id dqqme2$2hlu$1@news.hub.org
обсуждение исходный текст
Ответ на Change owner of all database objects  ("Andrus" <eetasoft@online.ee>)
Список pgsql-general
> You can find some plpgsql functions here:
>
> http://pgedit.com/tip/postgresql/access_control_functions


 John, thank you.

I found that acl_admin.grant_on_all() does not grant privileges on schema:
it does not execute

GRANT ALL ON SCHEMA myschema TO myrole;

statements.

So I must execute GRANT ALL ON SCHEMA  commands for each schema manually,
right ?

Andrus.




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

Предыдущее
От: "surabhi.ahuja"
Дата:
Сообщение: logging connections
Следующее
От: Csaba Nagy
Дата:
Сообщение: autovacuum and temporary tables