problems with user rights

From: Zouari Fourat <fourat(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: problems with user rights
Date: 2005-03-28 13:32:32
Message-ID: 621eda8a050328053256ac576b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,
i've just added a new user called xxx :

create user xxx with password zzz;

now am creating it's database :

create database db_xxx with owner xxx;

it works fine althought when logging with the user xxx i can still
view other databases contents especially pg_catalog schems.

is it the right way to add a user ? am i wrong ?
i dont want to let my new user view the others databases on the server.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2005-03-28 15:23:14 Re: is postgresql 8 is realy mature
Previous Message John DeSoi 2005-03-28 13:27:28 Re: PostgreSQL: ´GRANT ALL TO PUBLIC´ ?