Re: Question about permissions on database.

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Condor <condor(at)stz-bg(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question about permissions on database.
Date: 2012-09-23 00:33:56
Message-ID: 505E58F4.70205@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/23/2012 04:35 AM, Condor wrote:
> I look at documentation and remained less scarred about how many grants
> I should do for tables, for sequences, execution.

You probably need to read this:

http://stackoverflow.com/questions/11599533/postgresql-8-4-grant-dml-privileges-on-all-tables-to-a-role

That while that question is about 8.4 so it doesn't cover ALTER DEFAULT
PRIVILEGES
(http://www.postgresql.org/docs/current/static/sql-alterdefaultprivileges.html),
which is the right way to to solve this going forward. It should be
useful, though.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Travers 2012-09-23 03:00:12 Re: RFE: Column aliases in WHERE clauses
Previous Message Chris Angelico 2012-09-22 23:22:11 Re: Question about permissions on database.