From: | "Corey W(dot) Gibbs" <cgibbs(at)westmarkproducts(dot)com> |
---|---|
To: | "'geotronix'" <antonio(at)geolandia(dot)home>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How do I pass the -i option during boot time? |
Date: | 2002-03-07 15:47:54 |
Message-ID: | 01C1C5AC.64660960.cgibbs@westmarkproducts.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Good Morning,
here's what i had to do to get it to work, it's using the -o option
so the line in my /etc/rc.d/init.d/postgresql looks like:
su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster start -o -i > /dev/null 2>&1" < /dev/null
hope it helps
corey
-----Original Message-----
From: geotronix [SMTP:antonio(at)geolandia(dot)home]
Sent: Sunday, March 03, 2002 8:44 AM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] How do I pass the -i option during boot time?
Hi.
I Upgraded to version 7.1.3 on my RH7.1 and it seems that this version
of postgresql doesn't have network activeated by default. Ho do I
specify to the postmaster that it must start with the -i option through
the /etc/rc.d/init.d/postgresql script.
Do I have to set something in the config files in /var/lib/pgsql/data?
Thanks
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Joerg Hessdoerfer | 2002-03-07 15:54:26 | Re: postgre performance question |
Previous Message | Tom Lane | 2002-03-07 15:46:57 | Re: Defined C function gives nondeterministic results |