diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-05-15 19:58:56 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-05-15 19:58:56 +0300 |
commit | 8b0f105d2d179dc1085b16f0594c8fa78d13267d (patch) | |
tree | 1beb197256d53447d6c802b9f27ddab172e05fb2 | |
parent | ffd37740ee6fcd434416ec0c5461f7040e0a11de (diff) | |
download | postgresql-8b0f105d2d179dc1085b16f0594c8fa78d13267d.tar.gz postgresql-8b0f105d2d179dc1085b16f0594c8fa78d13267d.zip |
Fix docs build. Oops.
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 46518262cd6..d950100239a 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1246,7 +1246,7 @@ primary_slot_name = 'node_a_slot' to archive the same file at the same time. </para> - </para> + <para> If <varname>archive_mode</varname> is set to <literal>on</>, the archiver is not enabled during recovery or standby mode. If the standby server is promoted, it will start archiving after the promotion, but |