File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -889,16 +889,17 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
889
889
<para>
890
890
In lieu of using replication slots, it is possible to prevent the removal
891
891
of old WAL segments using <xref linkend="guc-wal-keep-segments">, or by
892
- storing the segments in an archive using <xref linkend="restore-command">.
892
+ storing the segments in an archive using
893
+ <xref linkend="guc-archive-command">.
893
894
However, these methods often result in retaining more WAL segments than
894
895
required, whereas replication slots retain only the number of segments
895
896
known to be needed. An advantage of these methods is that they bound
896
897
the space requirement for <literal>pg_xlog</>; there is currently no way
897
898
to do this using replication slots.
898
899
</para>
899
900
<para>
900
- Similarly, <varname>hot_standby_feedback</varname >
901
- and <varname>vacuum_defer_cleanup_age</varname > provide protection against
901
+ Similarly, <xref linkend="guc-hot-standby-feedback" >
902
+ and <xref linkend="guc-vacuum-defer-cleanup-age" > provide protection against
902
903
relevant rows being removed by vacuum, but the former provides no
903
904
protection during any time period when the standby is not connected,
904
905
and the latter often needs to be set to a high value to provide adequate
You can’t perform that action at this time.
0 commit comments