Fix titles of help pages.
parent
1bcac0b67c
commit
2aea97b798
|
@ -1,10 +1,10 @@
|
|||
.. _backup_globals_dialog:
|
||||
|
||||
****************************
|
||||
The Backup Globals... Dialog
|
||||
****************************
|
||||
*************************
|
||||
The Backup Globals Dialog
|
||||
*************************
|
||||
|
||||
Use the *Backup Globals...* dialog to create a plain-text script that recreates all of the database objects within a cluster, and the global objects that are shared by those databases. Global objects include tablespaces, roles, and object properties. You can use the pgAdmin *Query Tool* to play back a plain-text script, and recreate the objects in the backup.
|
||||
Use the *Backup Globals* dialog to create a plain-text script that recreates all of the database objects within a cluster, and the global objects that are shared by those databases. Global objects include tablespaces, roles, and object properties. You can use the pgAdmin *Query Tool* to play back a plain-text script, and recreate the objects in the backup.
|
||||
|
||||
.. image:: images/backup_globals_general.png
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
.. _backup_server_dialog:
|
||||
|
||||
****************************
|
||||
The Backup Server... Dialog
|
||||
****************************
|
||||
*************************
|
||||
The Backup Server Dialog
|
||||
*************************
|
||||
|
||||
Use the *Backup Server...* dialog to create a plain-text script that will recreate the selected server. You can use the pgAdmin *Query Tool* to play back a plain-text script, and recreate the server.
|
||||
Use the *Backup Server* dialog to create a plain-text script that will recreate the selected server. You can use the pgAdmin *Query Tool* to play back a plain-text script, and recreate the server.
|
||||
|
||||
.. image:: images/backup_server_general.png
|
||||
|
||||
|
@ -24,5 +24,6 @@ Click the *Backup* button to build and execute a command based on your selection
|
|||
|
||||
If the backup is successful, a popup window will confirm success. Click *Click here for details* on the popup window to launch the *Process Watcher*. The *Process Watcher* logs all the activity associated with the backup and provides additional information for troubleshooting.
|
||||
|
||||
.. image:: images/backup_server_process_watcher.png
|
||||
If the backup is unsuccessful, review the error message returned by the *Process Watcher* to resolve any issue.
|
||||
.. image:: images/backup_server_process_watcher.png
|
||||
|
||||
If the backup is unsuccessful, review the error message returned by the *Process Watcher* to resolve any issue.
|
|
@ -1,10 +1,10 @@
|
|||
.. _maintenance_dialog:
|
||||
|
||||
*************************
|
||||
The Maintenance... Dialog
|
||||
*************************
|
||||
**********************
|
||||
The Maintenance Dialog
|
||||
**********************
|
||||
|
||||
Use the *Maintenance...* dialog to VACUUM, ANALYZE, REINDEX or CLUSTER a database or selected database objects.
|
||||
Use the *Maintenance* dialog to VACUUM, ANALYZE, REINDEX or CLUSTER a database or selected database objects.
|
||||
|
||||
.. image:: images/maintenance.png
|
||||
|
||||
|
|
Loading…
Reference in New Issue