problem logging on with new everyday user

Поиск
Список
Период
Сортировка
От John
Тема problem logging on with new everyday user
Дата
Msg-id 1348841249.56389.YahooMailNeo@web162306.mail.bf1.yahoo.com
обсуждение исходный текст
Ответы Re: problem logging on with new everyday user  (Gary Chambers <gwchamb@gwcmail.com>)
Re: problem logging on with new everyday user  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список 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 по дате отправления:

Предыдущее
От: Johan Nel
Дата:
Сообщение: Re: Small annoyance with COPY FROM
Следующее
От: Gary Chambers
Дата:
Сообщение: Re: problem logging on with new everyday user