How to run PostgreSQL on boot?

2003-09-01 Thread Alex Zivenko
Hi all! I need to run Postgresql server on startup. It means, that I need to start postmaster every boot. How can I do this? Sorry for my english. __ Alex Zivenko ICQ#: 298887381 Current ICQ status: + More ways to contact

Re: How to run PostgreSQL on boot?

2003-09-01 Thread David Landgren
Alex Zivenko wrote: Hi all! I need to run Postgresql server on startup. It means, that I need to start postmaster every boot. How can I do this? Sorry for my english. I have the following file on the servers that run Postgresql, named /usr/local/etc/rc.d/postgresql.sh: #! /bin/sh su postgres

Re: How to run PostgreSQL on boot?

2003-09-01 Thread Jonathan Chen
On Mon, Sep 01, 2003 at 06:21:12PM +0300, Alex Zivenko wrote: Hi all! I need to run Postgresql server on startup. It means, that I need to start postmaster every boot. How can I do this? If you installed via the ports-system, it installs: /usr/local/etc/rc/010.pgsql.sh which starts up