From: | "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net> |
---|---|
To: | ivan <ivan(at)psycho(dot)pl> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: SECURITY |
Date: | 2003-05-22 07:08:34 |
Message-ID: | Pine.LNX.4.44.0305221237090.2303-100000@Bhuvan.bksys.co.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> why when i create user and create database for this user, he can connect
> to my others database , (not only his own) and create there tables and
> etc.
> He can not select , delete etc but he can create something and then drop
> this , is can be like a bug ?
It need not be a bug. As and when you create a database, you are able to
revoke permissions to the database from other users. If you do that, no
other users would be able to access the database. Refer REVOKE command for
details.
regards,
bhuvaneswaran
From | Date | Subject | |
---|---|---|---|
Next Message | Robert.Farrugia | 2003-05-22 07:57:30 | Re: After VACUUM, statistics become skewed |
Previous Message | Dhananjay Mishra | 2003-05-22 06:50:45 | union of two databases with same schema |