Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 63D59632EC3 for ; Sun, 14 Feb 2010 16:02:26 -0400 (AST) 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 91382-06 for ; Sun, 14 Feb 2010 20:02:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.postgresql.org (Postfix) with SMTP id DD42B632E9D for ; Sun, 14 Feb 2010 16:02:08 -0400 (AST) Received: (qmail invoked by alias); 14 Feb 2010 20:02:02 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp069) with SMTP; 14 Feb 2010 21:02:02 +0100 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1+cX1goYRGcuwraDJP17M1HKOwZDtGqYZ1+QWQm5l S/Rv5ekW0gBhtk Subject: Re: Streaming Replication docs From: Peter Eisentraut To: Heikki Linnakangas Cc: PostgreSQL-development In-Reply-To: <4B751BEA.7000202@enterprisedb.com> References: <4B751BEA.7000202@enterprisedb.com> Content-Type: text/plain; charset="UTF-8" Date: Sun, 14 Feb 2010 22:02:00 +0200 Message-ID: <1266177720.3352.1.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.60999999999999999 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.103 tagged_above=-10 required=5 tests=AWL=-1.865, BAYES_50=0.001, FS_REPLICA=1.041, SARE_SPEC_REPLICA=0.72 X-Spam-Level: X-Archive-Number: 201002/1158 X-Sequence-Number: 157501 On fre, 2010-02-12 at 11:14 +0200, Heikki Linnakangas wrote: > So the new layout would be: > > III. Server Administration > > ... > 21. Managing Databases > 22. Localization > 23. Routine Database Maintenance Tasks > 24. Backup and Restore > 25. High Availability, Load Balancing, and Replication > * 26. Recovery Configuration * > 27. Monitoring Database Activity > 28. Monitoring Disk Usage > 29. Reliability and the Write-Ahead Log > 30. Regression Tests > > Thoughts, better ideas? Seems like 25 and 26 should be the same chapter. And chapter 29 should perhaps come before them (and probably before 24 as well).