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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_ctl reload -o "...."
Дата
Msg-id 20586.1353007617@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_ctl reload -o "...."  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: pg_ctl reload -o "...."  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Jeff Janes <jeff.janes@gmail.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: tuplesort memory usage: grow_memtuples
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY