Re: grant select on all tables of a schema

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: grant select on all tables of a schema
Дата
Msg-id 20030618032701.GA7805@wolff.to
обсуждение исходный текст
Ответ на grant select on all tables of a schema  (Nabil Sayegh <postgresql@e-trolley.de>)
Список pgsql-novice
On Wed, Jun 18, 2003 at 01:39:43 +0200,
  Nabil Sayegh <postgresql@e-trolley.de> wrote:
> Hi,
>
> is it possible to 'GRANT <WHATEVER> ON ALL TABLES' in 1 command ?
>
> I'm using 7.3.2

Not unless you write your own function to do it. The GRANT command
only works on one object at a time.

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

Предыдущее
От: "Mel Jamero"
Дата:
Сообщение: Re: Commit within a PL/PGSQL procedure
Следующее
От: Dani Oderbolz
Дата:
Сообщение: Re: grant select on all tables of a schema