Re: problem logging on with new everyday user

Поиск
Список
Период
Сортировка
От Gary Chambers
Тема Re: problem logging on with new everyday user
Дата
Msg-id alpine.DEB.2.00.1209281009540.10733@booby.gogca.com
обсуждение исходный текст
Ответ на problem logging on with new everyday user  (John <mrbruno@yahoo.com>)
Список pgsql-novice
John,

> 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?

Without PGDATABASE set, psql assumes that a database with the same name as
the user connecting exists.  Just add the database name to the psql command
and you should be all set.

--
Gary Chambers


В списке pgsql-novice по дате отправления:

Предыдущее
От: John
Дата:
Сообщение: problem logging on with new everyday user
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: problem logging on with new everyday user