Re: permissions

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: permissions
Дата
Msg-id 20040701231529.GC9893@wolff.to
обсуждение исходный текст
Ответ на permissions  (Dennis Gearon <gearond@fireserve.net>)
Ответы Re: permissions  (Dennis Gearon <gearond@fireserve.net>)
Список pgsql-general
On Thu, Jul 01, 2004 at 14:37:52 -0700,
  Dennis Gearon <gearond@fireserve.net> wrote:
> Bruno Wolff III wrote:
>
> >Yes. But you can write scripts that query the information_schema and
> >generate the SQL GRANT commands and then run them.
> >
> Can you post one (with the 'gulity' object names changed to protect
> them), please?

I don't have a script handy as I don't regularly do that. I am not sure
that they would be all that useful for you anyway. The hardest part of
the script is getting the names of the objects you want to grant access
to. If you only want some of say the tables, you somehow need to generate
that list. Once you have the list, plugging the names one by one into
GRANT statements is easy. If you don't want to have the script connect
to the database for simplicity, just have it print them to a file and
run the file from psql.

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: row level grants
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: row level grants