Re: Postmaster will not start

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: <beakerboy(at)www(dot)com>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Postmaster will not start
Date: 2002-11-06 00:42:20
Message-ID: 003101c2852d$d24bca00$7f54fea9@zwerg98
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi Kevin

> Administrator(at)CDMKNOWACZYT30 ~
> $ postmaster -i &
> [2] 1400
You missed the path to the data-directory.

This little shell script is working well for me:
#!/bin/sh
echo
echo "PostgreSQL starten:"
postmaster -i -D /usr/share/postgresql/data &
ps -f

Hope it helps
Conni
--
PostgreSQL, Grundlagen, Praxis, Anwendungsentwicklung mit PHP
http://www.dpunkt.de/buch/3-89864-175-9.html
http://www.pgsql.info

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message joek hondius 2002-11-06 10:27:01 Re: command
Previous Message Tom Lane 2002-11-06 00:12:24 Re: [HACKERS] ipc-daemon