From: Bruce Momjian Date: Tue, 16 Oct 2007 05:37:40 +0000 (+0000) Subject: Slony switch is only seconds of downtime. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=9073f3d7e7be41c9bbdb54343eb2cc14629fff52;p=users%2Fbernd%2Fpostgres.git Slony switch is only seconds of downtime. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index e675c31524..3a1fd1920d 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1747,7 +1747,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 6543 has synced up with the master server (running the older version of PostgreSQL), you can switch masters and make the slave the master and shut down the older database instance. Such a - switch-over results in only several minutes of downtime for an upgrade. + switch-over results in only several seconds of downtime for an upgrade.