@@ -966,8 +966,8 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
966
966
sections is to use a <varname>restore_command</> that polls the archive location.
967
967
This was the only option available in versions 8.4 and below. In this
968
968
setup, set <varname>standby_mode</> off, because you are implementing
969
- the polling required for standby operation yourself. See
970
- contrib/pg_standby ( <xref linkend="pgstandby">) for a reference
969
+ the polling required for standby operation yourself. See the
970
+ <xref linkend="pgstandby"> module for a reference
971
971
implementation of this.
972
972
</para>
973
973
@@ -1027,7 +1027,7 @@ if (!triggered)
1027
1027
1028
1028
<para>
1029
1029
A working example of a waiting <varname>restore_command</> is provided
1030
- as a <filename>contrib</> module named <application>pg_standby</> . It
1030
+ in the <xref linkend="pgstandby"> module. It
1031
1031
should be used as a reference on how to correctly implement the logic
1032
1032
described above. It can also be extended as needed to support specific
1033
1033
configurations and environments.
@@ -1542,7 +1542,7 @@ if (!triggered)
1542
1542
primary server and keep a query active for as long as needed to
1543
1543
run queries on the standby. This prevents <command>VACUUM</> from removing
1544
1544
recently-dead rows and so cleanup conflicts do not occur.
1545
- This could be done using <filename>contrib/ dblink</ > and
1545
+ This could be done using <xref linkend=" dblink" > and
1546
1546
<function>pg_sleep()</>, or via other mechanisms. If you do this, you
1547
1547
should note that this will delay cleanup of dead rows on the primary,
1548
1548
which may result in undesirable table bloat. However, the cleanup
0 commit comments