Re: how to start postgresql server ( or postmaster ) automatically - Mailing list pgsql-general

From John Clark L. Naldoza
Subject Re: how to start postgresql server ( or postmaster ) automatically
Date
Msg-id 3AF3585D.FE2D4771@ntsp.nec.co.jp
Whole thread Raw
In response to how to start postgresql server ( or postmaster ) automatically  (Hualin Yip <hualinyip@earthlink.net>)
List 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@ntsp.nec.co.jp                        \   \

pgsql-general by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Getting a list of fields in a table...
Next
From: Tom Lane
Date:
Subject: Re: VACUUM is hanging