Adding missing docs for previous Hot Standby patch.
-
+
Backup and Restore
- 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.
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>.