Re: Extended security/restriction to any role with login access - Mailing list pgsql-admin

From Domingo Alvarez Duarte
Subject Re: Extended security/restriction to any role with login access
Date
Msg-id c2f38c3e0806261445q5f36a2d7j2172b7f19a75b42b@mail.gmail.com
Whole thread Raw
In response to Re: Extended security/restriction to any role with login access  (Lennin Caro <lennin.caro@yahoo.com>)
List pgsql-admin
I did the following:
-Connect as superuser postgres with pgadmin and create a user -> noaccess
CREATE ROLE noaccess LOGIN
  NOSUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE;

-Disconnect from the server
-Connect to the server with user 'noaccess' through pgadmin3, and I can see all databases/functions/schemas/roles.

What am I missing ?

On Thu, Jun 26, 2008 at 8:44 PM, Lennin Caro <lennin.caro@yahoo.com> wrote:
hello...

you can restric acces from all the databases in your cluster. When you use pgadmin3 this show all the databases but if you dont have access to the databases you cant see the struct of this.

check waht user use pgadmin3 for connect to databases

create groups and add privileges to the group later add the users to the group



pgsql-admin by date:

Previous
From: Lennin Caro
Date:
Subject: Re: Extended security/restriction to any role with login access
Next
From: "kartik"
Date:
Subject: Query