Re: how to start postgresql server ( or postmaster ) automatically

From: "John Clark L(dot) Naldoza" <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
To: Hualin Yip <hualinyip(at)earthlink(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to start postgresql server ( or postmaster ) automatically
Date: 2001-05-05 01:33:17
Message-ID: 3AF3585D.FE2D4771@ntsp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hualin Yip wrote:
>
> I have installed the postgresql in a Linux 6.2 machine. Everything
> seems to be working. However, after rebooting the system, I have to
> manually start the postmaster.
> I found that there is postgresql under /etc/rc.d/init.d.
>
> How can I set up the machine so that it will automatically restart
> postmaster after reboot?

chkconfig --level 35 postgresql on

or use the setup utility ...;-)

--
/) John Clark Naldoza y Lopez (\
/ ) Software Design Engineer II ( \
_( (_ _ Web-Application Development _) )_
(((\ \> /_> Cable Modem Network Management System <_\ </ /)))
(\\\\ \_/ / NEC Telecom Software Phils., Inc. \ \_/ ////)
\ / \ /
\ _/ phone: (+63 32) 233-9142 loc. 3112 \_ /
/ / cellphone: (+63 919) 399-4742 \ \
/ / email: njclark(at)ntsp(dot)nec(dot)co(dot)jp \ \

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-05-05 02:05:52 Re: VACUUM is hanging
Previous Message Mitch Vincent 2001-05-05 01:08:15 Re: Getting a list of fields in a table...