Re: wishlist: dynamic log volume control

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: wishlist: dynamic log volume control
Дата
Msg-id 200402190945.19721.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на Re: wishlist: dynamic log volume control  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: wishlist: dynamic log volume control  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
On Thursday February 19 2004 9:13, Bruce Momjian wrote:
> >
> > 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.
>
> The issue is that you can't set log_connections from psql.  Should we
> improve the doc wording?

Ah, I had no idea that was the issue.  Maybe a quick reference
table in the docs would be helpful:

Option             SET option      Reloads on SIGHUP
=====================================================
shared_buffers         no                 no
log_connections        no                 yes
log_statement          yes                yes
...

Maybe it's already in there somewhere, I dunno.




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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Need help with postgresql/apache/php optimisation
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Big Tables vs. many Tables vs. many Databases