aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-02-05 13:41:25 -0500
committerRobert Haas <rhaas@postgresql.org>2014-02-05 13:41:25 -0500
commit14aa601f50edefb18f65956a4b32131b9c9ea2da (patch)
tree41879541d734e200f954469553bb99ec9b849ed0
parent4e182361804f8688cef953c998e24134e606aea4 (diff)
downloadpostgresql-14aa601f50edefb18f65956a4b32131b9c9ea2da.tar.gz
postgresql-14aa601f50edefb18f65956a4b32131b9c9ea2da.zip
Minor improvements to replication slot documentation.
Fix a thinko pointed out by Jeff Davis, and convert a couple of other references into links.
-rw-r--r--doc/src/sgml/high-availability.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index a526f6d5b12..da174558d45 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -889,7 +889,8 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
<para>
In lieu of using replication slots, it is possible to prevent the removal
of old WAL segments using <xref linkend="guc-wal-keep-segments">, or by
- storing the segments in an archive using <xref linkend="restore-command">.
+ storing the segments in an archive using
+ <xref linkend="guc-archive-command">.
However, these methods often result in retaining more WAL segments than
required, whereas replication slots retain only the number of segments
known to be needed. An advantage of these methods is that they bound
@@ -897,8 +898,8 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
to do this using replication slots.
</para>
<para>
- Similarly, <varname>hot_standby_feedback</varname>
- and <varname>vacuum_defer_cleanup_age</varname> provide protection against
+ Similarly, <xref linkend="guc-hot-standby-feedback">
+ and <xref linkend="guc-vacuum-defer-cleanup-age"> provide protection against
relevant rows being removed by vacuum, but the former provides no
protection during any time period when the standby is not connected,
and the latter often needs to be set to a high value to provide adequate