diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b96049ae325..af5ec0c2e1e 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17976,6 +17976,8 @@ SELECT set_config('log_statement_stats', 'off', false); The functions shown in <xref linkend="functions-admin-backup-table"> assist in making on-line backups. These functions cannot be executed during recovery (except + non-exclusive <function>pg_start_backup</function>, + non-exclusive <function>pg_stop_backup</function>, <function>pg_is_in_backup</function>, <function>pg_backup_start_time</function> and <function>pg_xlog_location_diff</function>). </para> |