|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.134 2010/01/10 16:27:27 sriggs Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.135 2010/01/12 02:33:45 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup">
|
4 | 4 | <title>Backup and Restore</title>
|
@@ -2544,7 +2544,7 @@ LOG: database system is ready to accept read only connections
|
2544 | 2544 | or <command>ALTER DATABASE ... RENAME</> on primary will generate a log message
|
2545 | 2545 | that will cause all users connected to that database on the standby to be
|
2546 | 2546 | forcibly disconnected. This action occurs immediately, whatever the setting of
|
2547 |
| -<varname>max_standby_delay</>. |
| 2547 | +<varname>max_standby_delay</>. |
2548 | 2548 | </para>
|
2549 | 2549 |
|
2550 | 2550 | <para>
|
|