Re: Best practice to grant all privileges on all bjects in database?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Joe Kramer <cckramer(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Best practice to grant all privileges on all bjects in database?
Date: 2006-05-24 15:50:46
Message-ID: 20060524155046.GA1543@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, May 22, 2006 at 12:59:06 +0300,
Joe Kramer <cckramer(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jimmy Salazar 2006-05-24 15:51:37 PROBLEMAS CON POSTGRES EN MAQUINAS MULTIPROCESADORES
Previous Message Nik 2006-05-24 15:24:18 Re: Insert into partition table hangs