Re: Starting postmaster with the option -i - Mailing list pgsql-admin

From Lamar Owen
Subject Re: Starting postmaster with the option -i
Date
Msg-id 01083115022903.01185@lowen.wgcr.org
Whole thread Raw
In response to Re: Starting postmaster with the option -i  (speedboy <speedboy@nomicrosoft.org>)
List pgsql-admin
On Friday 31 August 2001 09:55, speedboy wrote:
> [root@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

pgsql-admin by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Starting postmaster with the option -i
Next
From: ecaillava@interlap.com.ar
Date:
Subject: Re: postgresql and samba