From: | Shaun Thomas <sthomas(at)townnews(dot)com> |
---|---|
To: | Raquel Vieira <raquel(dot)vieira(at)ent(dot)efacec(dot)pt> |
Cc: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Starting postmaster with the option -i |
Date: | 2001-08-31 16:12:04 |
Message-ID: | Pine.LNX.4.33L2.0108311109400.1999-100000@hamster.lee.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On 31 Aug 2001, Raquel Vieira wrote:
> Does anyone know how can I start postmaster (at the startup of the
> computer) with the option -i?
The file that is starting postgres is one of these:
/etc/rc.d/init.d/postgresql
/etc/rc.d/init.d/postgres
/etc/rc.d/init.d/postgresd
The last one is the most likely candidate. All you need to do is
edit this file and add the -i option to the spot where it actually
starts postgres.
At least, if you're comfortable editing bash scripts.
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Shaun M. Thomas INN Database Programmer |
| Phone: (309) 743-0812 Fax : (309) 743-0830 |
| Email: sthomas(at)townnews(dot)com AIM : trifthen |
| Web : hamster.lee.net |
| |
| "Most of our lives are about proving something, either to |
| ourselves or to someone else." |
| -- Anonymous |
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
From | Date | Subject | |
---|---|---|---|
Next Message | Hans Spaans | 2001-08-31 16:23:47 | Re: postgresql and samba |
Previous Message | Nick Fankhauser | 2001-08-31 15:53:49 | Re: Starting postmaster with the option -i |