Re: wishlist: dynamic log volume control

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: wishlist: dynamic log volume control
Дата
Msg-id 200402190821.43471.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на Re: wishlist: dynamic log volume control  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: wishlist: dynamic log volume control
Список pgsql-general
On Wednesday February 18 2004 9:33, Tom Lane wrote:
> "Ed L." <pgsql@bluepolka.net> writes:
> > "It'd be nice" if we
> > could adjust the volume of logging dynamically (i.e., turn-off of
> > statement logging, etc) without have to restart the server...
>
> Why do you think you need to restart the server?  Adjust postgresql.conf
> and SIGHUP the postmaster.

Well, on closer look, there it is in plain sight in the runtime config
documentation I've looked through a hundred times for other purposes.  Just
one of many features I haven't discovered, I guess.

The 7.3.4 doc (doc/html/runtime-config.html) does say the log_connections
option can only be set at server start or in the postgresql.conf
configuration file.  That seems a little ambiguous on the SIGHUP'ability of
that option.  My 7.3.4 install here shows all the log_* options are
dynamically reloadable.


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

Предыдущее
От: Randall Skelton
Дата:
Сообщение: Inner join question
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Differences between postgres and mysql