Re: grant privileges across schemas - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: grant privileges across schemas
Date
Msg-id 20060420194008.GA16137@wolff.to
Whole thread Raw
In response to Re: grant privileges across schemas  (Fernan Aguero <fernan@iib.unsam.edu.ar>)
List pgsql-general
On Thu, Apr 20, 2006 at 13:52:38 -0300,
  Fernan Aguero <fernan@iib.unsam.edu.ar> wrote:
> +----[ Bruno Wolff III <bruno@wolff.to> (19.Apr.2006 14:39):
> |
> |
> | Granting access to a schema allows use of that schema. It does not grant
> | access to objects contained in the schema. You will need to do a grant for
> | each object in addition to what you are already doing. You will probably want
> | to write a script or function to do it, as there isn't a built in command
> | to do grants to multiple objects.
> |
> +----]
>
> Bruno,
>
> thanks for your reply, yes I've found a couple of mentions
> to 'write your own script/function' by searching Google.
>
> I just hoped someone would have come across this before and
> had a solution at hand :)

I am pretty sure some sample ones have been posted to at least one of the lists
and should be in the archives. I wouldn't be surprised to hear that techdocs
had a sample there, if you can't find one in the archives.

pgsql-general by date:

Previous
From: "P.MO"
Date:
Subject: odbc problem
Next
From: "A.M."
Date:
Subject: sudo-like behavior