@@ -966,8 +966,8 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
966966 sections is to use a <varname>restore_command</> that polls the archive location.
967967 This was the only option available in versions 8.4 and below. In this
968968 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
971971 implementation of this.
972972 </para>
973973
@@ -1027,7 +1027,7 @@ if (!triggered)
10271027
10281028 <para>
10291029 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
10311031 should be used as a reference on how to correctly implement the logic
10321032 described above. It can also be extended as needed to support specific
10331033 configurations and environments.
@@ -1542,7 +1542,7 @@ if (!triggered)
15421542 primary server and keep a query active for as long as needed to
15431543 run queries on the standby. This prevents <command>VACUUM</> from removing
15441544 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
15461546 <function>pg_sleep()</>, or via other mechanisms. If you do this, you
15471547 should note that this will delay cleanup of dead rows on the primary,
15481548 which may result in undesirable table bloat. However, the cleanup
0 commit comments