Re: Newbie Stupid Question - Mailing list pgsql-novice

From Henshall, Stuart - WCP
Subject Re: Newbie Stupid Question
Date
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F7491B@MAIL_EXCHANGE
Whole thread Raw
In response to Newbie Stupid Question  (Simopoulos <msimopou@mbvlab.wpafb.af.mil>)
List pgsql-novice

Is the postmaster started?
To start from console do:
pg_ctl start -D <data directory>
or
postmaster -D <data directory> &
To enable TCP/IP from command line do (better to do in conf file):
postmaster -i -D <data directory> &
It maybe necessary to initdb first eg:
initdb -D <data directory>
hth,
- Stuart

> -----Original Message-----
> From: Simopoulos [mailto:msimopou@mbvlab.wpafb.af.mil]
> Sent: 11 July 2002 15:02
> To: pgsql-novice@postgresql.org
> Subject: [NOVICE] Newbie Stupid Question
>
>
> Hi All
> I have just installed PostgreSQL on my duel booted Windows
> 98/Red Hat Linux
> system.  I just want to experiment/learn/play with the db
> without interfering with
> real dbs so I'm not connected to anything.  No surprise when
> I get the error with
> the first createdb at the end of the installation, which states:
>
>    Is the server running locally and accepting
>    connections on Unix domain socket
>    "tmp/.S.PGSQL.5432"?
>    createdb: database creation failed
>
> Can anyone help, I'm almost done!
> Peace,
> Marsie
>

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_xlog question
Next
From: "Chad Thompson"
Date:
Subject: Transactional sql