Re: Access Privileges

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Access Privileges
Дата
Msg-id 20031016174033.GE28009@wolff.to
обсуждение исходный текст
Ответ на Access Privileges  (David Rickard <David.Rickard@GTScompanies.com>)
Список pgsql-novice
On Thu, Oct 16, 2003 at 10:15:47 -0700,
  David Rickard <David.Rickard@GTScompanies.com> wrote:
> Is there any shorthand for granting access privileges (select etc) to all
> of the tables/views in a database or schema en masse? I have attempted
> "grant select on <schema>.* to <user>" and get "ERROR:  Relation
> "<schema>"."*" does not exist" as a result;

No. You can write a script to get a list of tables (and whatever other
objects you want) and then issue a grant statement for each table.

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

Предыдущее
От: David Rickard
Дата:
Сообщение: Date Formats and Conversions
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Date Formats and Conversions