From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | Prasanna <prasannaphatak(at)vsnl(dot)net> |
Cc: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: [BUGS] Problem |
Date: | 2002-09-16 15:12:24 |
Message-ID: | 20020916080931.Q89488-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-bugs |
-bugs is the wrong place, redirected to -admin.
On Wed, 11 Sep 2002, Prasanna wrote:
> Im a standalone user of Linux 7.3. Im facing problem to start sql
> command
> Interpreter i.e. psql. See Ive first of all created a database using
> initdb dbms
> Command it gets created. And it also creates directory dbms which
> contains
> Many files and directories. That directory is /home/Prasanna/dbms.
> Now I want to start the server so I can start it by giving command
> /usr/bin/postmaster D dbms
> so it gets started. Now if I gave command like psql D dbms
> Then it gives error like
>
> Fatal 1: database name dbms is not present in the system catalog.
>
> Now what should I do? This fatal error appears on the postmaster server.
> Ive tried two nights for this psql but not getting success. May be Im
> wrong.
> Will you please tell me how to start the psql with my database created
> by
> Initdb. It will be very helpful to me.
The location of the data directory is not a database name, databases are
stored inside that location. Try psql template1 or make a database
with createdb and connect to that (template1 is one of the template
databases for new databases so stuff you do there can pollute other
databases you create).
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-09-16 16:46:22 | Re: fsync or fdatasync |
Previous Message | Simone Tellini | 2002-09-16 14:56:26 | Re: auto removing stale pid for postmaster NT service |
From | Date | Subject | |
---|---|---|---|
Next Message | Marco A. P. D'Andrade | 2002-09-16 16:41:56 | Re: performance degradation while doing repeatative updates |
Previous Message | Vince Vielhaber | 2002-09-16 14:05:08 | Re: Web page |