Re: [SQL] problem while starting server ??? - Mailing list pgsql-jdbc

From Tod McQuillin
Subject Re: [SQL] problem while starting server ???
Date
Msg-id Pine.GSO.4.33.0105210035480.3446-100000@sysadmin
Whole thread Raw
In response to problem while starting server ???  ("Subhramanya Shiva" <shiva@archeanit.com>)
List 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 by date:

Previous
From: Grant
Date:
Subject: Re: [SQL] problem while starting server ???
Next
From: Bruce Momjian
Date:
Subject: JDBC commit to 7.1.2