create user

From: Marcos <marcos(at)second(dot)ival(dot)es>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: create user
Date: 2001-03-26 17:04:00
Message-ID: 3ABF7680.B4D923FC@second.ival.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Lockhart 2001-03-26 17:14:17 Re: Call for platforms
Previous Message Mark Hamby 2001-03-26 16:57:24 Patch (tiny): \cd (change dir) for psql.