|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.104 2007/10/1602:48:57 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.105 2007/10/1605:37:40 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup">
|
4 | 4 | <title>Backup and Restore</title>
|
@@ -1747,7 +1747,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 6543
|
1747 | 1747 | has synced up with the master server (running the older version of
|
1748 | 1748 | <productname>PostgreSQL</>), you can switch masters and make the slave
|
1749 | 1749 | the master and shut down the older database instance. Such a
|
1750 |
| - switch-over results in only severalminutes of downtime for an upgrade. |
| 1750 | + switch-over results in only severalseconds of downtime for an upgrade. |
1751 | 1751 | </para>
|
1752 | 1752 |
|
1753 | 1753 | <para>
|
|