Re: Change owner of all database objects

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Change owner of all database objects
Date: 2006-01-19 20:01:31
Message-ID: dqqme2$2hlu$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-01-19 20:03:17 Re: No heap lookups on index
Previous Message Marc Munro 2006-01-19 19:44:42 Re: Privilege for seeing queries using