File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16577,9 +16577,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
16577
16577
<title>Replication Functions</title>
16578
16578
16579
16579
<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.
16583
16585
</para>
16584
16586
16585
16587
<para>
@@ -16588,8 +16590,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
16588
16590
</para>
16589
16591
16590
16592
<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
16593
16595
linkend="functions-admin-backup"> are also relevant for replication.
16594
16596
</para>
16595
16597
You can’t perform that action at this time.
0 commit comments