mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-24 09:40:21 -06:00
23 lines
891 B
ReStructuredText
23 lines
891 B
ReStructuredText
.. _toolbar:
|
|
|
|
****************
|
|
`Toolbar`:index:
|
|
****************
|
|
|
|
The pgAdmin toolbar provides shortcut buttons for frequently used features like
|
|
View Data and the Query Tool which are most frequently used in pgAdmin. This
|
|
toolbar is visible on the Browser panel. Buttons get enabled/disabled based on
|
|
the selected browser node.
|
|
|
|
.. image:: /images/toolbar.png
|
|
:alt: pgAdmin Toolbar
|
|
:align: center
|
|
|
|
* Use the :ref:`Query Tool <query_tool>` button to open the Query Tool in the
|
|
current database context.
|
|
* Use the :ref:`View Data <editgrid>` button to view/edit the data stored in a
|
|
selected table.
|
|
* Use the :ref:`Filtered Rows <viewdata_filter>` button to access the Data Filter popup
|
|
to apply a filter to a set of data for viewing/editing.
|
|
* Use the :ref:`Search objects <search_objects>` button to access the search objects
|
|
dialog. It helps you search any database object. |