problems with user rights

Поиск
Список
Период
Сортировка
От Zouari Fourat
Тема problems with user rights
Дата
Msg-id 621eda8a050328053256ac576b@mail.gmail.com
обсуждение исходный текст
Ответы Re: problems with user rights  (Zouari Fourat <fourat@gmail.com>)
Список 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.

В списке pgsql-admin по дате отправления:

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: PostgreSQL: ´GRANT ALL TO PUBLIC´ ?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: is postgresql 8 is realy mature