</listitem>
<listitem>
<para>
- 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.
</para>
</listitem>
<listitem>
Running <command>DROP DATABASE</>, <command>ALTER DATABASE ... SET TABLESPACE</>,
or <command>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 <varname>max_standby_delay</> has been reached.
+ forcibly disconnected. This action occurs immediately, whatever the setting of
+ <varname>max_standby_delay</>.
</para>
<para>