Re: pgsql: Enhance documentation of the build-in standby mode, explaining - Mailing list pgsql-committers

From Thom Brown
Subject Re: pgsql: Enhance documentation of the build-in standby mode, explaining
Date
Msg-id t2wbddc86151003311227kd6b95c8bu286fcf33ab8aa395@mail.gmail.com
Whole thread Raw
In response to pgsql: Enhance documentation of the build-in standby mode, explaining  (heikki@postgresql.org (Heikki Linnakangas))
Responses Re: pgsql: Enhance documentation of the build-in standby mode, explaining
List pgsql-committers
On 31 March 2010 20:13, Heikki Linnakangas <heikki@postgresql.org> wrote:
Log Message:
-----------
Enhance documentation of the build-in standby mode, explaining the retry
loop in standby mode, trying to restore from archive, pg_xlog and
streaming.

Move sections around to make the high availability chapter more
coherent: the most prominent part is now a "Log-Shipping Standby Servers"
section that describes what a standby server is (like the old
"Warm Standby Servers for High Availability" section), and how to
set up a warm standby server, including streaming replication, using the
built-in standby mode. The pg_standby method is desribed in another
section called "Alternative method for log shipping", with the added
caveat that it doesn't work with streaming replication.

Modified Files:
--------------
   pgsql/doc/src/sgml:
       high-availability.sgml (r1.54 -> r1.55)
       (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.54&r2=1.55)



3 typos:

s/continously/continuously/
s/ie/i.e./
s/desribed/described/
 
Regards

Thom

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Enhance documentation of the build-in standby mode, explaining
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Mention in the docs that if special keywords like "sameuser" and