File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 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'
889889 <para>
890890 In lieu of using replication slots, it is possible to prevent the removal
891891 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">.
893894 However, these methods often result in retaining more WAL segments than
894895 required, whereas replication slots retain only the number of segments
895896 known to be needed. An advantage of these methods is that they bound
896897 the space requirement for <literal>pg_xlog</>; there is currently no way
897898 to do this using replication slots.
898899 </para>
899900 <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
902903 relevant rows being removed by vacuum, but the former provides no
903904 protection during any time period when the standby is not connected,
904905 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