Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 889313c

Browse files
committed
doc: Link text to table by id
1 parent 9e2f2d7 commit 889313c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/src/sgml/func.sgml

+7-5
Original file line numberDiff line numberDiff line change
@@ -16577,9 +16577,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1657716577
<title>Replication Functions</title>
1657816578

1657916579
<para>
16580-
PostgreSQL exposes a number of functions for controlling and interacting
16581-
with replication features. See <xref linkend="streaming-replication">
16582-
and <xref linkend="streaming-replication-slots">.
16580+
The functions shown in <xref linkend="functions-replication-table"> are
16581+
for controlling and interacting with replication features.
16582+
See <xref linkend="streaming-replication">
16583+
and <xref linkend="streaming-replication-slots"> for information about the
16584+
underlying features.
1658316585
</para>
1658416586

1658516587
<para>
@@ -16588,8 +16590,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1658816590
</para>
1658916591

1659016592
<para>
16591-
The sections <xref linkend="functions-snapshot-synchronization">, <xref
16592-
linkend="functions-recovery-control"> and <xref
16593+
The functions described in <xref linkend="functions-snapshot-synchronization">, <xref
16594+
linkend="functions-recovery-control">, and <xref
1659316595
linkend="functions-admin-backup"> are also relevant for replication.
1659416596
</para>
1659516597

0 commit comments

Comments
 (0)