Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id C078D632E07 for ; Fri, 28 May 2010 11:03:40 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 64550-09 for ; Fri, 28 May 2010 14:03:31 +0000 (UTC) Received: from cvs.postgresql.org (cvs.postgresql.org [217.196.146.206]) by mail.postgresql.org (Postfix) with ESMTP id 2089B632A2C for ; Fri, 28 May 2010 11:03:33 -0300 (ADT) Received: by cvs.postgresql.org (Postfix, from userid 1198) id 841417541D2; Fri, 28 May 2010 14:03:31 +0000 (UTC) MIME-Version: 1.0 To: pgsql-committers@postgresql.org Subject: pgsql: Update High Availability docs. X-Mailer: activitymail 1.24, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain Message-Id: <20100528140331.841417541D2@cvs.postgresql.org> Date: Fri, 28 May 2010 14:03:31 +0000 (UTC) From: heikki@postgresql.org (Heikki Linnakangas) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.79 tagged_above=-10 required=5 tests=BAYES_50=0.8, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201005/338 X-Sequence-Number: 41013 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: -------------- pgsql/doc/src/sgml: high-availability.sgml (r1.68 -> r1.69) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.68&r2=1.69)