From 2aea97b79843c7df69907219c4ee06dcc07cd2e3 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 8 Aug 2016 15:30:24 +0100 Subject: [PATCH] Fix titles of help pages. --- docs/en_US/backup_globals_dialog.rst | 8 ++++---- docs/en_US/backup_server_dialog.rst | 13 +++++++------ docs/en_US/maintenance_dialog.rst | 8 ++++---- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/en_US/backup_globals_dialog.rst b/docs/en_US/backup_globals_dialog.rst index dc4c50b21..174dd28d3 100644 --- a/docs/en_US/backup_globals_dialog.rst +++ b/docs/en_US/backup_globals_dialog.rst @@ -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 diff --git a/docs/en_US/backup_server_dialog.rst b/docs/en_US/backup_server_dialog.rst index 0261ceee4..00213b182 100644 --- a/docs/en_US/backup_server_dialog.rst +++ b/docs/en_US/backup_server_dialog.rst @@ -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. \ No newline at end of file +.. 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. \ No newline at end of file diff --git a/docs/en_US/maintenance_dialog.rst b/docs/en_US/maintenance_dialog.rst index b41f378d9..21cb6f22a 100755 --- a/docs/en_US/maintenance_dialog.rst +++ b/docs/en_US/maintenance_dialog.rst @@ -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