Re: pg_ctl reload -o "...."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_ctl reload -o "...."
Date: 2012-11-15 19:26:57
Message-ID: 20586.1353007617@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeff Janes <jeff(dot)janes(at)gmail(dot)com> writes:
> Is there a reason pg_ctl reload shouldn't honor -o ?

-o means "pass these switches on the postmaster's command line".
If you're not restarting the postmaster, you don't get to change
its command line.

IMO setting stuff on the command line is pretty evil anyway.
Adjusting postgresql.conf is almost always the Better Way.
We have discussions going already about how to make that easier,
so I'm not excited about trying to kluge something in pg_ctl.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-11-15 19:35:53 Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Previous Message Robert Haas 2012-11-15 19:16:34 Re: tuplesort memory usage: grow_memtuples