Re: Best practice to grant all privileges on all bjects in database? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Best practice to grant all privileges on all bjects in database?
Date
Msg-id 20060524155046.GA1543@wolff.to
Whole thread Raw
In response to Re: Best practice to grant all privileges on all bjects in database?  ("Joe Kramer" <cckramer@gmail.com>)
Responses Re: Best practice to grant all privileges on all bjects in database?  (Jim Nasby <jnasby@pervasive.com>)
List pgsql-general
On Mon, May 22, 2006 at 12:59:06 +0300,
  Joe Kramer <cckramer@gmail.com> wrote:
> On a related note, which objects need to be GRANTed specifically?
> There is a saying that following objects can have permissions GRANTed:
> 1. TABLE
> 2. DATABASE
> 3. FUNCTION
> 4. LANGUAGE
> 5. SCHEMA
> 6. TABLESPACE
>
> What about SEQUENCE, TRIGGER? PostgreSQL manual has no mention about this.

Did you look at:
http://developer.postgresql.org/docs/postgres/sql-grant.html

pgsql-general by date:

Previous
From: Jorge Godoy
Date:
Subject: Re: [SQL] (Ab)Using schemas and inheritance
Next
From: Alban Hertroys
Date:
Subject: Re: [SQL] (Ab)Using schemas and inheritance