Re: select any table

Поиск
Список
Период
Сортировка
От Roberts, Jon
Тема Re: select any table
Дата
Msg-id 1A6E6D554222284AB25ABE3229A92762E9A01B@nrtexcus702.int.asurion.com
обсуждение исходный текст
Ответ на Re: select any table  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: select any table
Re: select any table
Список pgsql-general
> On Tue, 25 Mar 2008 09:54:20 -0500
> "Roberts, Jon" <Jon.Roberts@asurion.com> wrote:
>
> > I have some users that need "select any table" but they should not
be
> > superusers.  How can this be done?
> >
> > I need a "grant select on <dbname> to <rolename>".
>
> You can't do it with a single command. It is easy enough to write a
> query to grab the tables and grant select on them though.
>

We are adding tables and schemas all of the time and we need to grant
auditors read-only access to the database.


Jon

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: select any table
Следующее
От: Pierre LEBRECH
Дата:
Сообщение: How to sort strings containing a dot?