diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 6211ff39279..bae7df19023 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -19835,6 +19835,8 @@ 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 + non-exclusive pg_start_backup, + non-exclusive pg_stop_backup, pg_is_in_backup, pg_backup_start_time and pg_wal_lsn_diff).