Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f537e7df
Commit
f537e7df
authored
Jan 10, 2010
by
Simon Riggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs for behaviour change of drop database during Hot Standby
Adding missing docs for previous Hot Standby patch.
parent
48eaa34d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+5
-3
No files found.
doc/src/sgml/backup.sgml
View file @
f537e7df
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.13
3 2009/12/20 03:49:58 rhaa
s Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.13
4 2010/01/10 16:27:27 srigg
s Exp $ -->
<chapter id="backup">
<title>Backup and Restore</title>
...
...
@@ -2169,7 +2169,8 @@ if (!triggered)
</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>
...
...
@@ -2542,7 +2543,8 @@ LOG: database system is ready to accept read only connections
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment