Re: ROLES and PRIVILEGES

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rodrigo(dot)sakai(at)zanthus(dot)com(dot)br
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ROLES and PRIVILEGES
Date: 2006-07-26 15:05:13
Message-ID: 1982.1153926313@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Rodrigo Sakai" <rodrigo(dot)sakai(at)zanthus(dot)com(dot)br> writes:
> But the role roger can still create objects in this database and I don't
> want it!

revoke create on the public schema ... database-level privileges are not
the issue here. See the GRANT manual page.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Hovik Avedian 2006-07-26 17:26:28 Starting PostgreSQL from a windows application
Previous Message Rodrigo Sakai 2006-07-26 13:50:48 ROLES and PRIVILEGES