Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 6B64F635A48 for ; Mon, 12 Apr 2010 21:32:16 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 25540-01-7 for ; Tue, 13 Apr 2010 00:31:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yw0-f204.google.com (mail-yw0-f204.google.com [209.85.211.204]) by mail.postgresql.org (Postfix) with ESMTP id C9FBE635A0C for ; Mon, 12 Apr 2010 21:31:44 -0300 (ADT) Received: by ywh42 with SMTP id 42so1747811ywh.15 for ; Mon, 12 Apr 2010 17:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=rdLdFrFcmJXxVlNdsVWa9wh+nO4qvvY6RI5owbpVGUg=; b=koz8W2V3fgYVsvGaC8dlDxz8aHiycZcXbVOdnbGlCuLMvG9VGx73/kRJF2+LZA3kXB wszYxhxxmCbrvh1nRNC5hbkFxSLi5q7Z/m6FOwZqhcPzTDQkeRbd022IOnahlHy2IPCw Ok8htFTEBR0GlDaAYBDEVKb0iz2E5vRzw+jUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=s9TUwkehPPa7MRSxPC2Z7o6OGObYV9MP7LyBvyqTvFLrvJKwbE/ZnlyoiEggOP/Fip I2ZviNPwW36kDu6nY5R5tu3c1tqV5RqyXTxAOZru6pxdW8I7ui3htBWboYQA+q0M0SDP xv3oujI+1M8N/mY2g3AkJ/YryWq44JdsEBK9U= MIME-Version: 1.0 Received: by 10.100.166.2 with HTTP; Mon, 12 Apr 2010 17:31:43 -0700 (PDT) Date: Tue, 13 Apr 2010 09:31:43 +0900 Received: by 10.101.115.4 with SMTP id s4mr8888755anm.124.1271118703325; Mon, 12 Apr 2010 17:31:43 -0700 (PDT) Message-ID: Subject: typo in config.sgml From: Fujii Masao To: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.723 tagged_above=-10 required=5 tests=AWL=0.177, BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201004/46 X-Sequence-Number: 5445 Hi, I found the typo in config.sgml. diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 33d4e37..8d3c86b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF; archive_mode is enabled, WAL archiving is temporarily disabled, but the server continues to accumulate WAL segment files in the expectation that a command will soon be provided. Setting - archive_mode to a command that does nothing but + archive_command to a command that does nothing but return true, e.g. /bin/true, effectively disables archiving, but also breaks the chain of WAL files needed for archive recovery, so it should only be used in unusual circumstances. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center