Re: Starting Postmaster

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: Starting Postmaster
Дата
Msg-id Pine.LNX.4.30.0103262013570.20643-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Starting Postmaster  ("Scott Gritton" <sgritton@rsv.ricoh.com>)
Список 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 по дате отправления:

Предыдущее
От: Michelle Murrain
Дата:
Сообщение: Re: Starting Postmaster
Следующее
От: Alvar Freude
Дата:
Сообщение: Inserting possible dublicate unique keys