Re: Starting postmaster with the option -i

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: speedboy <speedboy(at)nomicrosoft(dot)org>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Starting postmaster with the option -i
Date: 2001-08-31 19:02:29
Message-ID: 01083115022903.01185@lowen.wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Friday 31 August 2001 09:55, speedboy wrote:
> [root(at)b] : cat /etc/rc.d/init.d/postgresql
> su - postgres -c 'exec /usr/local/pgsql/bin/pg_ctl -o -i -D
> That help? :)

While this _does_ work, why not use postgresql.conf for its proper purpose?
The RPM initscript, for security reasons, does not by default enable -i
anymore. It did at one point, which, in hindsight, was an error on my part.

Eventually the RPM initscript will support multiple postmasters. Some of
those may need tcpip_sockets and some may not. Each postmaster will have its
own PGDATA and its own postgresql.conf, but there will only be one initscript
with an iterative loop. Use the GUC file -- it's there and it works.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message ecaillava 2001-08-31 22:58:12 Re: postgresql and samba
Previous Message Lamar Owen 2001-08-31 18:59:01 Re: Starting postmaster with the option -i