pgadmin4/docs/en_US/user_interface.rst

41 lines
2.1 KiB
ReStructuredText
Raw Normal View History

.. _user_interface:
2016-06-21 03:06:44 -05:00
2018-06-15 03:14:12 -05:00
*****************************
`User Interface`:index:
2018-06-15 03:14:12 -05:00
*****************************
2016-06-07 03:04:58 -05:00
pgAdmin 4 supports all PostgreSQL features, from writing simple SQL queries to developing complex databases. It is designed to query an active database (in real-time), allowing you to stay current with modifications and implementations.
2016-06-07 03:04:58 -05:00
Features of pgAdmin 4 include:
* auto-detection and support for objects discovered at run-time
* a live SQL query tool with direct data editing
* support for administrative queries
* a syntax-highlighting SQL editor
* redesigned graphical interfaces
* powerful management dialogs and tools for common tasks
* responsive, context-sensitive behavior
* supportive error messages
* helpful hints
* online help and information about using pgAdmin dialogs and tools.
2016-09-16 05:14:49 -05:00
When pgAdmin opens, the interface features a menu bar and a window divided into two panes: the *Browser* tree control in the left pane, and a tabbed browser in the right pane.
2016-06-07 03:04:58 -05:00
2019-03-07 08:26:56 -06:00
.. image:: images/welcome.png
:alt: pgAdmin4 welcome page
2016-06-07 03:04:58 -05:00
Select an icon from the *Quick Links* panel on the *Dashboard* tab to:
2016-09-16 05:14:49 -05:00
* Click the *Add New Server* button to open the :ref:`Create - Server dialog <server_dialog>` to add a new server definition.
* Click the *Configure pgAdmin* button to open the :ref:`Preferences dialog <preferences>` to customize your pgAdmin client.
2016-06-07 03:04:58 -05:00
Links in the *Getting Started* panel open a new browser tab that provide useful information for Postgres users:
* Click the *PostgreSQL Documentation* link to navigate to the *Documentation* page for the PostgreSQL open-source project; once at the project site, you can review the manuals for the currently supported versions of the PostgreSQL server.
2016-06-07 03:04:58 -05:00
* Click the *pgAdmin Website* link to navigate to the pgAdmin project website. The pgAdmin site features news about recent pgAdmin releases and other project information.
* Click the *Planet PostgreSQL* link to navigate to the blog aggregator for Postgres related blogs.
* Click the *Community Support* link to navigate to the *Community* page at the PostgreSQL open-source project site; this page provides information about obtaining support for PostgreSQL features.