Move the list of what's restricted to superusers into the table
itself, so it doesn't get missed again.
The functions shown in
linkend="functions-admin-backup-table"> assist in making on-line backups.
These functions cannot be executed during recovery.
- Use of the first three functions is restricted to superusers.
pg_start_backup(label> text> , fast> boolean> )
text
- Prepare for performing on-line backup
+ Prepare for performing on-line backup (restricted to superusers)
|
pg_stop_backup()
text
- Finish performing on-line backup
+ Finish performing on-line backup (restricted to superusers)
|
pg_switch_xlog()
text
- Force switch to a new transaction log file
+ Force switch to a new transaction log file (restricted to superusers)
|