diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-07-08 14:14:37 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-07-08 14:14:37 -0400 |
commit | 44850ec32a1463782055092002dd4e9cbc6f5c5f (patch) | |
tree | 3092e8ea1b6f4ced01204ba476e75773d76aa8d7 | |
parent | ac45aa1dde2dd690682bf74f7535ba6d1a87bff8 (diff) |
doc: Link text to table by id
-rw-r--r-- | doc/src/sgml/func.sgml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 3badb514aee..6207ef782dc 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16577,9 +16577,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); <title>Replication Functions</title> <para> - PostgreSQL exposes a number of functions for controlling and interacting - with replication features. See <xref linkend="streaming-replication"> - and <xref linkend="streaming-replication-slots">. + The functions shown in <xref linkend="functions-replication-table"> are + for controlling and interacting with replication features. + See <xref linkend="streaming-replication"> + and <xref linkend="streaming-replication-slots"> for information about the + underlying features. </para> <para> @@ -16588,8 +16590,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); </para> <para> - The sections <xref linkend="functions-snapshot-synchronization">, <xref - linkend="functions-recovery-control"> and <xref + The functions described in <xref linkend="functions-snapshot-synchronization">, <xref + linkend="functions-recovery-control">, and <xref linkend="functions-admin-backup"> are also relevant for replication. </para> |