Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 9F26B632904 for ; Fri, 28 May 2010 23:34:23 -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 48435-07; Sat, 29 May 2010 02:34:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pv0-f174.google.com (mail-pv0-f174.google.com [74.125.83.174]) by mail.postgresql.org (Postfix) with ESMTP id 5709A63247B; Fri, 28 May 2010 23:34:16 -0300 (ADT) Received: by pvg11 with SMTP id 11so653017pvg.19 for ; Fri, 28 May 2010 19:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9z7udNYToAQ1ztZdwt7kqYh+BukSO5CbM+Qg/rsc+dA=; b=LIqdjPU3pSlFyZInXFOFDUbd2njBx+hJ7EeRU23bMIXkj9wbgJOG8zwfGjCeHjHUTr 0d27hxEpopQ0IsvuxF2eiWHD9BO8wDifrpOHiG0fsWeoHBuhcwsxBrLjKs8xjwRx7Zfi oEoqEFiGqJCur23NsakMuTqqkdc3Tnpgcdmks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=wQj2kCanICtsXYxu8bQ4aRojjqKN4/S5Uu1LThZrCd4vE4E6z10uA+4WuEan8n17PT JdzQzH9Nbgk9a5PcVVb+ocNsO6AVpNhUQb3f+BkWb17BLGwYrKJ45yrGZEiUG1k9HqK7 VO4nPDeSJ2PBwkartxUMDLK6msOU1aKqpMEO0= MIME-Version: 1.0 Received: by 10.143.132.6 with SMTP id j6mr787915wfn.278.1275100454278; Fri, 28 May 2010 19:34:14 -0700 (PDT) Received: by 10.140.171.21 with HTTP; Fri, 28 May 2010 19:34:14 -0700 (PDT) In-Reply-To: <20100528140331.841417541D2@cvs.postgresql.org> References: <20100528140331.841417541D2@cvs.postgresql.org> Date: Sat, 29 May 2010 11:34:14 +0900 Message-ID: Subject: Re: [COMMITTERS] pgsql: Update High Availability docs. From: Fujii Masao To: Heikki Linnakangas Cc: pgsql-docs 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=-0.001 tagged_above=-5 required=5 tests=BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001 X-Spam-Level: X-Archive-Number: 201005/62 X-Sequence-Number: 5559 On Fri, May 28, 2010 at 11:03 PM, Heikki Linnakangas wrote: > Log Message: > ----------- > Update High Availability docs. Clarify terms master/primary standby/slave= , > move two paragraphs that apply to log shipping in general from the > "Alternative method for log shipping" section to the earlier sections. > Add varname tags where missing. Some small wording changes. > > Modified Files: > -------------- > =A0 =A0pgsql/doc/src/sgml: > =A0 =A0 =A0 =A0high-availability.sgml (r1.68 -> r1.69) > =A0 =A0 =A0 =A0(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sg= ml/high-availability.sgml?r1=3D1.68&r2=3D1.69) Thanks for the document update. I found typos: diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index de7d3a0..cbb4515 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -714,7 +714,7 @@ trigger_file =3D '/path/to/trigger_file' If you're using a WAL archive, its size can be minimized using - the restartpoint_command option to remove files that are n= o + the restartpoint_command option to remove files that are no longer required by the standby server. Note however, that if you're using the archive for backup purposes, you need to retain files needed to recover from at least the latest base backup, even if they're no @@ -1089,7 +1089,7 @@ if (!triggered) It is also possible to implement record-based log shipping using this alternative method, though this requires custom development, and chang= es - will still only becomes visible to hot standby queries after a full WA= L + will still only become visible to hot standby queries after a full WAL file has been shipped. Regards, --=20 Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center