Re: Problems Restarting PostgreSQL Daemon - Mailing list pgsql-general

From Rich Shepard
Subject Re: Problems Restarting PostgreSQL Daemon
Date
Msg-id Pine.LNX.4.64.0807261442020.12183@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Problems Restarting PostgreSQL Daemon  ("Andrej Ricnik-Bay" <andrej.groups@gmail.com>)
Responses Re: Problems Restarting PostgreSQL Daemon
List pgsql-general
On Sun, 27 Jul 2008, Andrej Ricnik-Bay wrote:

> if [ -x /etc/rc.d/rc.postgres ]; then
>  /etc/rc.d/rc.postgres start
> fi
> to your /etc/rc.d/rc.local

   Well, that's the problem, Andrej. I have that script, and it worked fine
with postgres-6.x through -8.1, but failed to correctly start the postmaster
after the system reboot.

   I can try twiddling with the script; it calls pg_ctl, and that should
work, but apparently something broke last week.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

pgsql-general by date:

Previous
From: aravind chandu
Date:
Subject: procedure to load xml file data in postgesql
Next
From: Rich Shepard
Date:
Subject: Re: Problems Restarting PostgreSQL Daemon