Commit f537e7df authored by Simon Riggs's avatar Simon Riggs

Docs for behaviour change of drop database during Hot Standby

Adding missing docs for previous Hot Standby patch.
parent 48eaa34d
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.133 2009/12/20 03:49:58 rhaas Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.134 2010/01/10 16:27:27 sriggs Exp $ -->
<chapter id="backup"> <chapter id="backup">
<title>Backup and Restore</title> <title>Backup and Restore</title>
...@@ -2169,7 +2169,8 @@ if (!triggered) ...@@ -2169,7 +2169,8 @@ if (!triggered)
</listitem> </listitem>
<listitem> <listitem>
<para> <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> </para>
</listitem> </listitem>
<listitem> <listitem>
...@@ -2542,7 +2543,8 @@ LOG: database system is ready to accept read only connections ...@@ -2542,7 +2543,8 @@ LOG: database system is ready to accept read only connections
Running <command>DROP DATABASE</>, <command>ALTER DATABASE ... SET TABLESPACE</>, Running <command>DROP DATABASE</>, <command>ALTER DATABASE ... SET TABLESPACE</>,
or <command>ALTER DATABASE ... RENAME</> on primary will generate a log message 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 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>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment