Commit 889313c7 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Link text to table by id

parent 9e2f2d7a
...@@ -16577,9 +16577,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -16577,9 +16577,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<title>Replication Functions</title> <title>Replication Functions</title>
<para> <para>
PostgreSQL exposes a number of functions for controlling and interacting The functions shown in <xref linkend="functions-replication-table"> are
with replication features. See <xref linkend="streaming-replication"> for controlling and interacting with replication features.
and <xref linkend="streaming-replication-slots">. See <xref linkend="streaming-replication">
and <xref linkend="streaming-replication-slots"> for information about the
underlying features.
</para> </para>
<para> <para>
...@@ -16588,8 +16590,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -16588,8 +16590,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</para> </para>
<para> <para>
The sections <xref linkend="functions-snapshot-synchronization">, <xref The functions described in <xref linkend="functions-snapshot-synchronization">, <xref
linkend="functions-recovery-control"> and <xref linkend="functions-recovery-control">, and <xref
linkend="functions-admin-backup"> are also relevant for replication. linkend="functions-admin-backup"> are also relevant for replication.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment