problem logging on with new everyday user - Mailing list pgsql-novice

From John
Subject problem logging on with new everyday user
Date
Msg-id 1348841249.56389.YahooMailNeo@web162306.mail.bf1.yahoo.com
Whole thread Raw
Responses Re: problem logging on with new everyday user
Re: problem logging on with new everyday user
List pgsql-novice
I am a newbie and just installed PostgreSQL 8.4 on Ubuntu.  I can get in with my postgres user but when I create an "everyday" user, I can't login with it:

johnp@sussancws0114:~/downloads$ /opt/PostgreSQL/8.4/bin/psql   -U postgres
Password for user postgres: 
psql (8.4.14)
Type "help" for help.

Cannot read termcap database;
using dumb terminal settings.
postgres=# drop user johnp;
DROP ROLE
postgres=# create user bruno password 'hello';
CREATE ROLE
postgres=# \du
            List of roles
 Role name | Attributes  | Member of 
-----------+-------------+-----------
 bruno     |             | {}
 postgres  | Superuser   | {}
           : Create role   
           : Create DB     

postgres=# \q
johnp@sussancws0114:~/downloads$ /opt/PostgreSQL/8.4/bin/psql   -U bruno
Password for user bruno: 
psql: FATAL:  database "bruno" does not exist
johnp@sussancws0114:~/downloads$ 


What am I doing wrong?

pgsql-novice by date:

Previous
From: Johan Nel
Date:
Subject: Re: Small annoyance with COPY FROM
Next
From: Gary Chambers
Date:
Subject: Re: problem logging on with new everyday user