Re: Grant ALL on schema - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: Grant ALL on schema
Date
Msg-id 20050311145554.GB29934@wolff.to
Whole thread Raw
In response to Grant ALL on schema  (Hemapriya <priyam_1121@yahoo.com>)
List 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 by date:

Previous
From: John DeSoi
Date:
Subject: Re: How to enable automatic md5 password prompting when connecting to PostgreSQL
Next
From: Alex Turner
Date:
Subject: Re: IO Timeout