Re: postmaster hangs - Mailing list pgsql-cygwin

From Daniel Convissor
Subject Re: postmaster hangs
Date
Msg-id 20031203202919.GA27256@panix.com
Whole thread Raw
In response to postmaster hangs  ("Mimi Wu" <MimiW@fes.org>)
List pgsql-cygwin
On Wed, Dec 03, 2003 at 01:57:46PM -0600, Mimi Wu wrote:
>
> $ postmaster -D /usr/local/pgsql/data
... snip ...
> LOG:  database system is ready
>
> Then it hangs there forever. What should I do next? use C^ C to stop it?

Add a "&" at the end of the command to get it to run in the background.
Example:

   $ postmaster -D /usr/local/pgsql/data &

Part of the reason why pg_ctl is nicer.

Note to maintainers:  this should be added to the FAQ_MSWIN and *README
files.

--Dan

--
     FREE scripts that make web and database programming easier
           http://www.analysisandsolutions.com/software/
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7th Ave #4AJ, Brooklyn NY    v: 718-854-0335   f: 718-854-0409

pgsql-cygwin by date:

Previous
From: "Mimi Wu"
Date:
Subject: postmaster hangs
Next
From: "Paul R. Sand"
Date:
Subject: Builing C libs for 7.3.4 on XP Professional