Re: GRANT question

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: GRANT question
Дата
Msg-id 40BF3943.3030109@fireserve.net
обсуждение исходный текст
Ответ на GRANT question  ("Chris Ochs" <chris@paymentonline.com>)
Список pgsql-general
<>How about using phpPgAdmin? Or something like that?

Also, is there a SQL statement that will return all the possible
privileges? Use that in a subselect and then grant WHERE?
Chris Ochs <chris@paymentonline.com> wrote:
<quote
---------------------------------------------------------------------->

>> Is there a shortcut to grant all privileges on a schema and it's objects to
>> a user  without having to issue GRANT statements for each individual object
>> in the schema?  Given all the possible types of objects I doubt it but
>> thought I would ask just in case there was a way to do it.
>
>

No. People have asked about similar ways to do lots of grants at once,
but I haven't seen anyone claim to be working on this.
</quote ----------------------------------------------------------------------->


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Page access pattern in query plan using index scan
Следующее
От: Dennis Gearon
Дата:
Сообщение: Re: Running Totals and stuff...