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

doc/src/sgml/func.sgml

index fe14a6042634f032aad01b003b968407b4adc48a..5a021db33b747eaf2dd0c4faa159029acc7e46d1 100644 (file)
@@ -14219,6 +14219,16 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
     
    
 
+   
+    pg_is_xlog_replay_paused
+   
+   
+    pg_xlog_replay_pause
+   
+   
+    pg_xlog_replay_resume
+   
+
    
     The functions shown in 
     linkend="functions-recovery-control-table"> control the progress of recovery.