Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 2E8F9B5DBC3 for ; Sun, 29 May 2011 16:00:50 -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 21692-08 for ; Sun, 29 May 2011 19:00:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mail.postgresql.org (Postfix) with SMTP id BA1A4B5D90E for ; Sun, 29 May 2011 16:00:42 -0300 (ADT) Received: (qmail invoked by alias); 29 May 2011 19:00:40 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp022) with SMTP; 29 May 2011 21:00:40 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX180UO9MlyM0REMwYKp6/IrrpSpgA7KzlshxLN6MN9 415Ml0Z7Jw3+3q Subject: Re: log_connections and log_disconnections From: Peter Eisentraut To: Fujii Masao Cc: pgsql-docs In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sun, 29 May 2011 22:00:38 +0300 Message-ID: <1306695638.8064.9.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.909 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201105/90 X-Sequence-Number: 6765 On fre, 2011-05-27 at 20:51 +0900, Fujii Masao wrote: > Hi, > > The GucContext of log_connections and log_disconnections is PGC_BACKEND. > So, in the document, we should use the following expressions > > This parameter cannot be changed after session start. > > instead of > > This parameter can only be set in the postgresql.conf file or > on the server command line. > > for them? The former is used also for other PGC_BACKEND > parameters (e.g., post_auth_delay). I attached the patch. Committed.