where does the -i go?

From: Steve Aras <steve(at)stevearas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: where does the -i go?
Date: 2001-03-31 18:31:51
Message-ID: 3AC62297.1550148C@stevearas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've seen there are multiple ways of doing the -i for postmaster.
Someone said something like: Uncomment #PGOPTS= -i Iv'e also seen it
in the postmaster call e.g. postmaster -i foo

Do I need to add it to /rc.d/init.d/postgresql in the line below?
Where?

su -l postgres -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster
start >/dev/null 2>&1"

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2001-03-31 18:40:32 Re: Q: Record Updating/Locking in Web Environments
Previous Message shawn everett 2001-03-31 17:55:29 Re: Urgent! how to delete sequence key from pg_class