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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to