Doc corrections for pg_is_in_backup patch.
authorRobert Haas
Thu, 14 Jun 2012 18:31:05 +0000 (14:31 -0400)
committerRobert Haas
Thu, 14 Jun 2012 18:31:05 +0000 (14:31 -0400)
Fujii Masao

doc/src/sgml/func.sgml

index 6f75d41a48c069deb828f0df37e5be4eadaa9417..cd374ac350bc1dc966f8b05f59f06c82070270e5 100644 (file)
@@ -14478,7 +14478,8 @@ SELECT set_config('log_statement_stats', 'off', false);
     The functions shown in 
     linkend="functions-admin-backup-table"> assist in making on-line backups.
     These functions cannot be executed during recovery (except
-    pg_xlog_location_diff).
+    pg_is_in_backuppg_backup_start_time
+    and pg_xlog_location_diff).
    
 
    
@@ -14537,7 +14538,7 @@ SELECT set_config('log_statement_stats', 'off', false);
         pg_backup_start_time()
         
        timestamp with time zone
-       Get start time of an online exclusive backup in progress.
+       Get start time of an on-line exclusive backup in progress.