Re: the "users" group and restricting privileges

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: the "users" group and restricting privileges
Дата
Msg-id 11392.1133310091@sss.pgh.pa.us
обсуждение исходный текст
Ответ на the "users" group and restricting privileges  (Dan Tenenbaum <dandante@gmail.com>)
Ответы Re: the "users" group and restricting privileges  (Dan Tenenbaum <dandante@gmail.com>)
Список pgsql-admin
Dan Tenenbaum <dandante@gmail.com> writes:
> ERROR: permission denied for schema myschema
> What do I need to do to get the correct permissions?

GRANT USAGE ON SCHEMA myschema TO whoever

Schema access is comparable to directory access in a filesystem: if you
can't look into the directory, it doesn't matter what privileges you
might have for the individual files in it.

            regards, tom lane

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

Предыдущее
От: Dan Tenenbaum
Дата:
Сообщение: the "users" group and restricting privileges
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: the "users" group and restricting privileges