doc: Link text to table by id
authorPeter Eisentraut
Tue, 8 Jul 2014 18:14:37 +0000 (14:14 -0400)
committerPeter Eisentraut
Tue, 8 Jul 2014 18:14:55 +0000 (14:14 -0400)
doc/src/sgml/func.sgml

index 3badb514aee39f7d68a35214a41c95350e9de920..6207ef782dc59022758171d3312880a487dff5a0 100644 (file)
@@ -16577,9 +16577,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
    Replication Functions
 
    
-    PostgreSQL exposes a number of functions for controlling and interacting
-    with replication features. See 
-    and .
+    The functions shown in  are
+    for controlling and interacting with replication features.
+    See 
+    and  for information about the
+    underlying features.
    
 
    
@@ -16588,8 +16590,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
    
 
    
-    The sections 
-    linkend="functions-recovery-control"> and 
+    The functions described in 
+    linkend="functions-recovery-control">, and 
     linkend="functions-admin-backup"> are also relevant for replication.