Re: wishlist: dynamic log volume control - Mailing list pgsql-general

From scott.marlowe
Subject Re: wishlist: dynamic log volume control
Date
Msg-id Pine.LNX.4.33.0402191140150.7005-100000@css120.ihs.com
Whole thread Raw
In response to Re: wishlist: dynamic log volume control  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
On Thu, 19 Feb 2004, Ed L. wrote:

> 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.

The basic info is there, but not in a table.  That would come in quite
handy...


pgsql-general by date:

Previous
From: "Simon Windsor"
Date:
Subject: Replication options
Next
From: Keary Suska
Date:
Subject: Re: Select for update, locks and transaction levels