Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 7FB4C1337B92 for ; Wed, 27 Apr 2011 19:43:12 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 34288-01 for ; Wed, 27 Apr 2011 22:42:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mail.postgresql.org (Postfix) with ESMTP id E49B11337B61 for ; Wed, 27 Apr 2011 19:42:53 -0300 (ADT) Received: by wwc33 with SMTP id 33so2109280wwc.19 for ; Wed, 27 Apr 2011 15:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=k5gh1L1tY/FKmdRd7L6cS//ATOuj0Dwwx8Tb5pp0dVI=; b=Cb8Hc+qV2oqzEoWU9H9t7qS7O216JWoQgQsbbqm5Jsyfe9lxdrlbeE62xoH5Z0xYP7 X2dhKgmDCz+tY46cu9FaSWhLGjF/s195NIHx4FOJaiphPgi7el9fUG0BBIAX1FNhT1jq 1Rz1ZPrmSdA4OgMNRzYyXODEUciNkvyQ7VZ60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=r1pw0kMdGLRmt7fn+WMhahl7Oan6kmozxBw1CpYcSBPsD8Lka9Q2kCvM79FqRFKCUS +AVHrs6We311hn/Xhbg0yA0CbPpA/TclbAr96YEkXwj5HrOHPAR+Bt5BQAN9dEF/AiVH xNFKQdMQy1fcJboA1qjiZ1LjR0qigLd6h1ZyI= Received: by 10.217.7.7 with SMTP id z7mr6772985wes.0.1303944173119; Wed, 27 Apr 2011 15:42:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.238.33 with HTTP; Wed, 27 Apr 2011 15:42:33 -0700 (PDT) In-Reply-To: <20110427154840.GA22607@cns.vt.edu> References: <20110427154840.GA22607@cns.vt.edu> From: Josh Kupershmidt Date: Wed, 27 Apr 2011 18:42:33 -0400 Message-ID: Subject: Re: configuration parameter descriptions To: Ray Stell Cc: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201104/99 X-Sequence-Number: 6670 On Wed, Apr 27, 2011 at 11:48 AM, Ray Stell wrote: > I'd like to make a general suggestion on configuration parameter > documentation. =A0I'd like to see a high level entry as to whether the > parameter can be changed on the fly or not. =A0I think the Oracle docs re= fer > to this as static/dynamic. For a description of the "context" of various settings in Postgres, see: http://developer.postgresql.org/pgdocs/postgres/view-pg-settings.html > Currently, dynamic parameters, those that can be changed in a running > cluster, can be identified by the fact that no statement is made. =A0This > can be confusing. > > An example of the "static" entry follows: > > =A0listen_addresses (string) > > =A0 parmater description ......... > =A0 This parameter can only be set at server start. > > This might be communicated with something like: > > =A0listen_addresses (string) /static We actually had a discussion recently about the best way to specify the context of all the various settings, such as listen_addresses. I think we had consensus that it'd be nice to have a standard way of documenting this, but there were a few ways to do so, and no one stepped up with a patch. That's where you might come in :-) Reading through the thread again, I maybe like Alvaro's suggestion: http://archives.postgresql.org/pgsql-docs/2010-12/msg00017.php of spelling out | "this setting has context foo" in some standard way and place (e.g. as the last line of the description for each setting) for all such settings. > I'd be willing to work on this adaptation if you need help. > I'd need some introduction to your text management. Thanks for offering to help!