Re: Newbie Stupid Question

Поиск
Список
Период
Сортировка
От Henshall, Stuart - WCP
Тема Re: Newbie Stupid Question
Дата
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F7491B@MAIL_EXCHANGE
обсуждение исходный текст
Ответ на Newbie Stupid Question  (Simopoulos <msimopou@mbvlab.wpafb.af.mil>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_xlog question
Следующее
От: "Chad Thompson"
Дата:
Сообщение: Transactional sql