>> Howcome that all users i create have permission to view and edit all
>> databases that i create. I want 1 user for each database. Anyone?
The "sameuser" option in pg_hba.conf may offer a solution. This allows
access only to a database named the same as the user.
regards, tom lane