OSDN Git Service

Add missing index terms for recovery control functions.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Mar 2011 19:29:53 +0000 (14:29 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Mar 2011 19:29:53 +0000 (14:29 -0500)
Fujii Masao

doc/src/sgml/func.sgml

index fe14a60..5a021db 100644 (file)
@@ -14219,6 +14219,16 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
     </tgroup>
    </table>
 
+   <indexterm>
+    <primary>pg_is_xlog_replay_paused</primary>
+   </indexterm>
+   <indexterm>
+    <primary>pg_xlog_replay_pause</primary>
+   </indexterm>
+   <indexterm>
+    <primary>pg_xlog_replay_resume</primary>
+   </indexterm>
+
    <para>
     The functions shown in <xref
     linkend="functions-recovery-control-table"> control the progress of recovery.