Re: Adding params to postmaster.opts file

From: ChristophSchmidt <cs(dot)hilzingen(at)swol(dot)de>
To: Darrel Davis <darrel(at)davisware(dot)net>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Adding params to postmaster.opts file
Date: 2000-07-12 09:40:46
Message-ID: 00071211435500.00451@nasen2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)audiosonix(dot)com
> AudioSonix, Inc darrel(at)davisware(dot)net
> ==========================================

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Alessandro Vullo 2000-07-12 10:04:11 Re: how do I process data with a perl/cgi script & deliver result back to user via php
Previous Message Thomas Krebs 2000-07-12 08:07:45 Re: [NOVICE] newbie problem on creating table