Re: Grant ALL on schema

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Grant ALL on schema
Дата
Msg-id 20050311145554.GB29934@wolff.to
обсуждение исходный текст
Ответ на Grant ALL on schema  (Hemapriya <priyam_1121@yahoo.com>)
Список pgsql-admin
On Thu, Mar 10, 2005 at 09:01:21 -0800,
  Hemapriya <priyam_1121@yahoo.com> wrote:
> Hi,
>
> Can anybody know how the following statement work.
>
> Grant ALL on SCHEMA test to user 'user1';
>
> will the user be able to have all the privileges on
> all the objects/tables on schema test? Or he can only
> create new objects in that schema.

That will grant CREATE and USAGE access to the schema, so that the user
will be able to look up objects in the schema and create new objects
in the schema. It won't change the access rights associated with objects
in the schema.

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: How to enable automatic md5 password prompting when connecting to PostgreSQL
Следующее
От: Alex Turner
Дата:
Сообщение: Re: IO Timeout