Re: Adding params to postmaster.opts file - Mailing list pgsql-novice

From ChristophSchmidt
Subject Re: Adding params to postmaster.opts file
Date
Msg-id 00071211435500.00451@nasen2
Whole thread Raw
In response to Adding params to postmaster.opts file  (Darrel Davis <darrel@davisware.net>)
List pgsql-novice
in my startup-file there is a line  :
 su - postgres -c "/sbin/startproc -l $LOGFILE $H -i -o -F -D$DATADIR"
where you can see the -i option set.


> I am trying to add a '-i' option to the $PGDATA/postmaster.opts
> file so that I can connect to the engine via TCP/IP.  If I
> edit the file as user postgres it rewrites it upon startup.
>
> Is there an app I need to use to add the parm?  I use pg_ctl
> to start/stop postmaster.
>
> Thanks,
> -darrel
> --
> ==========================================
> Darrel Davis      darreld@audiosonix.com
> AudioSonix, Inc      darrel@davisware.net
> ==========================================

pgsql-novice by date:

Previous
From: Alessandro Vullo
Date:
Subject: Re: how do I process data with a perl/cgi script & deliver result back to user via php
Next
From: "sandis"
Date:
Subject: where can i find more help and sample code?