Re: [SQL] problem while starting server ???

Поиск
Список
Период
Сортировка
От Tod McQuillin
Тема Re: [SQL] problem while starting server ???
Дата
Msg-id Pine.GSO.4.33.0105210035480.3446-100000@sysadmin
обсуждение исходный текст
Ответ на problem while starting server ???  ("Subhramanya Shiva" <shiva@archeanit.com>)
Список pgsql-jdbc
On Sun, 20 May 2001, Subhramanya Shiva wrote:

> when i was starting the psql
> it was giving error "user not found in the system catalog"

Did it say something like this?

psql: FATAL 1:  Database "shiva" does not exist in the system catalog.

By default psql looks for a database named the same as your user ID.

If you want to use a database by a different name, then say
"psql different_name"

To get a list of what databases you have, use "psql -l"

To create a new database use the createdb command.
--
Tod McQuillin



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

Предыдущее
От: Grant
Дата:
Сообщение: Re: [SQL] problem while starting server ???
Следующее
От: Bruce Momjian
Дата:
Сообщение: JDBC commit to 7.1.2