From: Simon Riggs Date: Sun, 10 Jan 2010 16:27:27 +0000 (+0000) Subject: Docs for behaviour change of drop database during Hot Standby X-Git-Tag: REL9_0_ALPHA4~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f537e7dfa483a6284c59f3143e8a86170affdc74;p=postgresql Docs for behaviour change of drop database during Hot Standby Adding missing docs for previous Hot Standby patch. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index c03d8088fc..a666e53bc3 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -2169,7 +2169,8 @@ if (!triggered) - Dropping databases on the primary while that role is connected on standby. + Dropping databases on the primary while users are connected to that + database on the standby. @@ -2542,7 +2543,8 @@ LOG: database system is ready to accept read only connections Running DROP DATABASE, ALTER DATABASE ... SET TABLESPACE, or ALTER DATABASE ... RENAME on primary will generate a log message that will cause all users connected to that database on the standby to be - forcibly disconnected, once max_standby_delay has been reached. + forcibly disconnected. This action occurs immediately, whatever the setting of + max_standby_delay.