| From: | Alfonso Peniche <alfonso(at)iteso(dot)mx> |
|---|---|
| To: | Marcos <marcos(at)second(dot)ival(dot)es> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: create user |
| Date: | 2001-03-30 00:37:38 |
| Message-ID: | 3AC3D552.D8B50D33@iteso.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
As of now, every user you create has access to any database you have
(unless this has changed in 7.1 ). I don't think there's a way to avoid
this for now.
Marcos wrote:
> hi,
>
> i have just created a new database. I would like to add, now, a new
> user. The user can make any changes in THIS database (no one else).
> i used: (from NEW database)
> create user new_user with password "new_pass";
> i try to connect to another database with this new_user and i did
> it. how can i prevent this option?
>
> best regards,
>
> marcos
> marcos(at)ival(dot)es
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Eric G. Miller | 2001-03-30 02:05:04 | Re: function to operate on same fields, different records? |
| Previous Message | Alfred Perlstein | 2001-03-29 23:49:21 | Re: Consistent pg_dump's |