Re: [GENERAL] How: single db, multiple users

2005-12-02 Thread P G
--- Eric E <[EMAIL PROTECTED]> wrote: > At the database level, you can assign creation and > other permissions to > users, but (AFAIK) you cannot deny users to a > database. However, you can > effectively control users' access to a particular > database by granting > or denying them access to a

Re: [GENERAL] How: single db, multiple users

2005-12-02 Thread Eric E
Postgres' users are not specific to a database, they are shared across all databases on a particular server. At the database level, you can assign creation and other permissions to users, but (AFAIK) you cannot deny users to a database. However, you can effectively control users' access to a p