Re: Starting Postmaster - Mailing list pgsql-general

From Brett W. McCoy
Subject Re: Starting Postmaster
Date
Msg-id Pine.LNX.4.30.0103262013570.20643-100000@chapelperilous.net
Whole thread Raw
In response to Starting Postmaster  ("Scott Gritton" <sgritton@rsv.ricoh.com>)
List pgsql-general
On Mon, 26 Mar 2001, Scott Gritton wrote:

> I've installed postgresql on a Linux-Mandrake 7.0.2 box with everything
> installing correctly.
> But when I try to start postmaster I get the following:
>
> DEBUG: Data Base System is in production state at Mon Mar 26 (and so forth)
>
> I know that there is a simple answer but I haven't been able to find it in
> documentation or faqs.

Your postmaster if functioning perfectly, you just need to direct its
output to a logfile and put it into the background.  Here is how I usually
startup postmaster:

nohup postmaster [options] > logfile 2>&1 &

-- Brett
                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Humor in the Court:
Q: Now, you have investigated other murders, have you not, where there was
   a victim?


pgsql-general by date:

Previous
From: Michelle Murrain
Date:
Subject: Re: Starting Postmaster
Next
From: Alvar Freude
Date:
Subject: Inserting possible dublicate unique keys