|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.133 2009/12/20 03:49:58 rhaas Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.134 2010/01/10 16:27:27 sriggs Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup"> |
4 | 4 | <title>Backup and Restore</title> |
@@ -2169,7 +2169,8 @@ if (!triggered) |
2169 | 2169 | </listitem> |
2170 | 2170 | <listitem> |
2171 | 2171 | <para> |
2172 | | - Dropping databases on the primary while that role is connected on standby. |
| 2172 | + Dropping databases on the primary while users are connected to that |
| 2173 | + database on the standby. |
2173 | 2174 | </para> |
2174 | 2175 | </listitem> |
2175 | 2176 | <listitem> |
@@ -2542,7 +2543,8 @@ LOG: database system is ready to accept read only connections |
2542 | 2543 | Running <command>DROP DATABASE</>, <command>ALTER DATABASE ... SET TABLESPACE</>, |
2543 | 2544 | or <command>ALTER DATABASE ... RENAME</> on primary will generate a log message |
2544 | 2545 | that will cause all users connected to that database on the standby to be |
2545 | | - forcibly disconnected, once <varname>max_standby_delay</> has been reached. |
| 2546 | + forcibly disconnected. This action occurs immediately, whatever the setting of |
| 2547 | +<varname>max_standby_delay</>. |
2546 | 2548 | </para> |
2547 | 2549 |
|
2548 | 2550 | <para> |
|