Re: Grant / Revoke functionality

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Grant / Revoke functionality
Дата
Msg-id Pine.LNX.4.33.0402190033160.3059-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Grant / Revoke functionality  (Shridhar Daithankar <shridhar@frodo.hserus.net>)
Ответы Re: Grant / Revoke functionality  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

On Wed, 18 Feb 2004, Shridhar Daithankar wrote:

> On Wednesday 18 February 2004 13:38, Alexander Priem wrote:
> > Is there a way in which I can give rights to a user for a set of
> > tables/views/sequences WITHOUT having to name all of the
> > table/view/sequence names?
>
> You can use schemas. Just put everything under schema and grant user
> rights to the schema...
>

This is not accurate.  The only schema level permissions are CREATE and
USAGE they are independent of the permissions on the objects contained
within.  He would still need to grant access to the underlying objects.

Kris Jurka


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: cannot use createlang after removing public schema
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Grant / Revoke functionality