*** a/doc/src/sgml/func.sgml --- b/doc/src/sgml/func.sgml *************** *** 14478,14484 **** SELECT set_config('log_statement_stats', 'off', false); The functions shown in assist in making on-line backups. These functions cannot be executed during recovery (except ! pg_xlog_location_diff). --- 14478,14485 ---- The functions shown in assist in making on-line backups. These functions cannot be executed during recovery (except ! pg_is_in_backup, pg_backup_start_time ! and pg_xlog_location_diff).
*************** *** 14537,14543 **** 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. --- 14538,14544 ---- pg_backup_start_time() timestamp with time zone ! Get start time of an on-line exclusive backup in progress.