2019-03-07 08:26:56 -06:00
.. _menu_bar:
2016-06-07 03:04:58 -05:00
2019-03-07 08:26:56 -06:00
***** ***** ***** **
`Menu Bar` :index:
***** ***** ***** **
2016-06-07 03:04:58 -05:00
2019-03-08 09:29:05 -06:00
The pgAdmin menu bar provides drop-down menus for access to options, commands,
and utilities. The menu bar displays the following selections: *File* , *Object* ,
Tools*, and * Help*. Selections may be grayed out which indicates they are
disabled for the object currently selected in the *pgAdmin* tree control.
2016-06-07 03:04:58 -05:00
2019-03-08 09:29:05 -06:00
The File Menu
***** ***** ***
2016-06-07 03:04:58 -05:00
2016-06-21 03:06:44 -05:00
.. image :: /images/file_menu.png
2018-01-11 10:58:30 -06:00
:alt: pgAdmin file menu bar
2019-03-08 09:29:05 -06:00
:align: center
2016-06-21 03:06:44 -05:00
2016-06-07 03:04:58 -05:00
Use the *File* menu to access the following options:
2018-07-27 04:06:42 -05:00
+-------------------------+---------------------------------------------------------------------------------------------------------+
| Option | Action |
+=========================+=========================================================================================================+
2021-05-11 05:47:38 -05:00
| *Preferences* | Click to open the :ref: `Preferences <preferences>` dialog to customize your pgAdmin settings. |
2018-07-27 04:06:42 -05:00
+-------------------------+---------------------------------------------------------------------------------------------------------+
| *Reset Layout* | If you have modified the workspace, click to restore the default layout. |
+-------------------------+---------------------------------------------------------------------------------------------------------+
2019-05-31 10:51:30 -05:00
| *Lock Layout* | Click to open a submenu to select the level for locking the UI layout |
| | This can also be changed from browser display :ref: `preferences <preferences>` |
+-------------------------+---------------------------------------------------------------------------------------------------------+
2021-03-15 03:47:56 -05:00
| *Runtime* | Click to open a submenu to Configure, View Log and Zoom settings. Only visible when pgAdmin4 runs in |
| | desktop mode. To know more about runtime menu :ref: `click here <desktop_deployment>` |
+-------------------------+---------------------------------------------------------------------------------------------------------+
2016-06-07 03:04:58 -05:00
2019-03-08 09:29:05 -06:00
The Object Menu
***** ***** *****
2016-06-07 03:04:58 -05:00
2016-06-21 03:06:44 -05:00
.. image :: /images/object_menu.png
2018-01-11 10:58:30 -06:00
:alt: pgAdmin object menu bar
2019-03-08 09:29:05 -06:00
:align: center
2016-06-21 03:06:44 -05:00
2019-03-08 09:29:05 -06:00
The *Object* menu is context-sensitive. Use the *Object* menu to access the
following options (in alphabetical order):
2016-06-07 03:04:58 -05:00
2018-08-06 05:26:46 -05:00
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| Option | Action |
+=============================+==========================================================================================================================+
| *Change Password...* | Click to open the :ref: `Change Password... <change_password_dialog>` dialog to change your password. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Clear Saved Password* | If you have saved the database server password, click to clear the saved password. |
| | Enable only when password is already saved. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Clear SSH Tunnel Password* | If you have saved the ssh tunnel password, click to clear the saved password. |
| | Enable only when password is already saved. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2022-02-07 04:42:30 -06:00
| *Connect Server* | Click to open the :ref: `Connect to Server <connect_to_server>` dialog to establish a connection with a server. |
2018-08-06 05:26:46 -05:00
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Create* | Click *Create* to access a context menu that provides context-sensitive selections. |
| | Your selection opens a *Create* dialog for creating a new object. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Delete/Drop* | Click to delete the currently selected object from the server. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2022-02-07 04:42:30 -06:00
| *Disconnect from server* | Click to disconnect from the currently selected server. |
2018-08-06 05:26:46 -05:00
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Drop Cascade* | Click to delete the currently selected object and all dependent objects from the server. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Properties...* | Click to review or modify the currently selected object's properties. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2022-02-07 04:42:30 -06:00
| *Refresh* | Click to refresh the currently selected object. |
2018-08-06 05:26:46 -05:00
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2019-11-07 01:41:24 -06:00
| *Remove Server* | Click to remove the currently selected server. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2018-08-06 05:26:46 -05:00
| *Scripts* | Click to open the :ref: `Query tool <query_tool>` to edit or view the selected script from the flyout menu. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *Trigger(s)* | Click to *Disable* or *Enable* trigger(s) for the currently selected table. Options are displayed on the flyout menu. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2021-08-27 02:11:29 -05:00
| *Truncate* | Click to remove all rows from a table (*Truncate* ), to remove all rows from a table and its child tables |
| | (*Truncate Cascade* ) or to remove all rows from a table and automatically restart sequences owned by columns |
| | (*Truncate Restart Identity* ). Options are displayed on the flyout menu. |
2018-08-06 05:26:46 -05:00
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
| *View Data* | Click to access a context menu that provides several options for viewing data (see below). |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2021-01-25 00:48:47 -06:00
| *Generate ERD* | Click to open the ERD tool with automatically generated diagram for the database selected. |
| | This option is available only when a database is selected. Options are displayed on the flyout menu. |
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
2016-06-07 03:04:58 -05:00
2019-03-08 09:29:05 -06:00
The Tools Menu
***** ***** *** *
2016-06-07 03:04:58 -05:00
2016-06-21 03:06:44 -05:00
.. image :: /images/tool_menu.png
2018-01-11 10:58:30 -06:00
:alt: pgAdmin tools menu bar
2019-03-08 09:29:05 -06:00
:align: center
2016-06-21 03:06:44 -05:00
2018-01-11 10:58:30 -06:00
Use the *Tools* menu to access the following options (in alphabetical order):
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| Option | Action |
+===========================+===========================================================================================================================================+
2021-12-16 06:59:44 -06:00
| *ERD Tool* | Click to open the :ref: `ERD Tool <erd_tool>` and start designing your database. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Grant Wizard...* | Click to access the :ref: `Grant Wizard <grant_wizard>` tool. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *PSQL Tool* | Click to open the :ref: `PSQL Tool <psql_tool>` and start PSQL in the current database context. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Query tool* | Click to open the :ref: `Query tool <query_tool>` for the currently selected object. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Schema Diff* | Click to open the :ref: `Schema Diff <schema_diff_feature>` and start comparing two database or two schema. |
2018-01-11 10:58:30 -06:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Backup Globals...* | Click to open the :ref: `Backup Globals... <backup_globals_dialog>` dialog to backup cluster objects. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Backup Server...* | Click to open the :ref: `Backup Server... <backup_server_dialog>` dialog to backup a server. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Backup...* | Click to open the :ref: `Backup... <backup_dialog>` dialog to backup database objects. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Restore...* | Click to access the :ref: `Restore <restore_dialog>` dialog to restore database files from a backup. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Import/Export Data...* | Click to open the :ref: `Import/Export data... <import_export_data>` dialog to import or export data from a table. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Maintenance...* | Click to open the :ref: `Maintenance... <maintenance_dialog>` dialog to VACUUM, ANALYZE, REINDEX, or CLUSTER. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Search Objects...* | Click to open the :ref: `Search Objects... <search_objects>` and start searching any kind of objects in a database. |
2016-06-07 03:04:58 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Add named restore point* | Click to open the :ref: `Add named restore point... <add_restore_point_dialog>` dialog to take a point-in-time snapshot of the current |
| | server state. |
2020-11-04 06:01:21 -06:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Pause replay of WAL* | Click to pause the replay of the WAL log. |
2021-01-25 00:48:47 -06:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Resume replay of WAL* | Click to resume the replay of the WAL log. |
2021-02-15 03:26:50 -06:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Reload Configuration...* | Click to update configuration files without restarting the server. |
2021-02-15 03:26:50 -06:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2021-12-16 06:59:44 -06:00
| *Storage Manager* | Click to open the :ref: `Storage Manager <storage_manager>` to upload, delete, or download the backup files. |
2021-05-25 09:42:57 -05:00
+---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2016-06-07 03:04:58 -05:00
2019-03-08 09:29:05 -06:00
The Help Menu
***** ***** ***
2016-06-07 03:04:58 -05:00
2016-06-21 03:06:44 -05:00
.. image :: images/help_menu.png
2018-01-11 10:58:30 -06:00
:alt: pgAdmin help menu bar
2019-03-08 09:29:05 -06:00
:align: center
2016-06-21 03:06:44 -05:00
2019-03-08 09:29:05 -06:00
Use the options on the *Help* menu to access online help documents, or to review
information about the pgAdmin installation (in alphabetical order):
2016-06-07 03:04:58 -05:00
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| Option | Action |
+======================+=========================================================================================================================================+
2021-02-15 03:26:50 -06:00
| *Quick Search* | Type your keywords in the Quick Search field. Typing at least three characters will display all the matching possibilities under Menu |
| | items and the relevant documents under Help articles. Click on the options under Menu items to perform action of particular |
| | functionality or object. Click on any of the Help articles to open the help of that topic with highlighted text in a separate window. |
| | |
| | **Note** :- If any of the option under Menu items is disabled, then it will provide information via info icon. |
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
2016-09-02 09:27:10 -05:00
| *About pgAdmin 4* | Click to open a window where you will find information about pgAdmin; this includes the current version and the current user. |
2016-06-07 03:04:58 -05:00
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
2018-01-11 10:58:30 -06:00
| *Online Help* | Click to open documentation support for using pgAdmin utilities, tools and dialogs. |
| | Navigate (in the newly opened tab?) help documents in the left browser pane or use the search bar to specify a topic. |
2016-06-07 03:04:58 -05:00
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| *pgAdmin Website* | Click to open the *pgAdmin.org* website in a browser window. |
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
2018-01-11 10:58:30 -06:00
| *PostgreSQL Website* | Click to access the PostgreSQL core documentation hosted at the PostgreSQL site. The site also offers guides, tutorials, and resources. |
2016-06-07 03:04:58 -05:00
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------+