Re: Grant on multiple objects

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Grant on multiple objects
Дата
Msg-id 20050101191807.GA31364@wolff.to
обсуждение исходный текст
Ответ на Grant on multiple objects  (Jason Dixon <jason@dixongroup.net>)
Ответы Re: Grant on multiple objects  (Jason Dixon <jason@dixongroup.net>)
Список pgsql-novice
On Sat, Jan 01, 2005 at 11:04:16 -0500,
  Jason Dixon <jason@dixongroup.net> wrote:
> Is it possible to GRANT permissions on multiple objects at once?  I
> would like to assign limited permissions on multiple objects (tables,
> indices, sequences in the same database) without granting full
> ownership.  For example, something like this:

Yes, but not the way you want. You can list multiple objects of the same
type when issuing a GRANT command. However you can't use a query in the
GRANT statement to generate the list. If you are doing this programatically
you could do a select for each type and use the results to build GRANT
statements.

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

Предыдущее
От: Jason Dixon
Дата:
Сообщение: Grant on multiple objects
Следующее
От: Jason Dixon
Дата:
Сообщение: Re: Grant on multiple objects