Re: Change owner of all database objects - Mailing list pgsql-general

From Andrus
Subject Re: Change owner of all database objects
Date
Msg-id dqqme2$2hlu$1@news.hub.org
Whole thread Raw
In response to Change owner of all database objects  ("Andrus" <eetasoft@online.ee>)
List 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 by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: logging connections
Next
From: Csaba Nagy
Date:
Subject: autovacuum and temporary tables