Re: How to GRANT SELECT on all tables?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to GRANT SELECT on all tables?
Дата
Msg-id 10905.1138743930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to GRANT SELECT on all tables?  (<kynn@panix.com>)
Список pgsql-novice
<kynn@panix.com> writes:
> I.e. I'm looking for a way to grant SELECT privileges to PUBLIC on all
> the tables, without having to specify all the table names.

There isn't any direct way to do that, but various people have written
plpgsql functions that synthesize and execute all the required
individual GRANT commands.  Dig around in the PG list archives ...
http://archives.postgresql.org/

            regards, tom lane

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

Предыдущее
От:
Дата:
Сообщение: How to GRANT SELECT on all tables?
Следующее
От: "Kevin Crenshaw"
Дата:
Сообщение: Re: How to GRANT SELECT on all tables?