2016-06-21 03:06:44 -05:00
|
|
|
.. _connecting:
|
|
|
|
|
2018-06-15 03:14:12 -05:00
|
|
|
*******************************
|
2019-03-08 09:29:05 -06:00
|
|
|
`Connecting To A Server`:index:
|
2018-06-15 03:14:12 -05:00
|
|
|
*******************************
|
2016-06-21 03:06:44 -05:00
|
|
|
|
2018-11-21 10:09:05 -06:00
|
|
|
Before you can use the pgAdmin client to manage the objects that reside on your
|
|
|
|
Postgres server, you must define a connection to the server. You can
|
|
|
|
(optionally) use the *Server Group* dialog to create server groups to organize
|
|
|
|
the server connections within the tree control for easier management. To open
|
|
|
|
the *Server Group* dialog, right-click on the *Servers* node of the tree
|
|
|
|
control, and select *Server Group* from the *Create* menu.
|
2016-06-21 03:06:44 -05:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
server_group_dialog
|
|
|
|
|
2018-11-21 10:09:05 -06:00
|
|
|
Use the fields on the *Server* dialog to define the connection properties for
|
|
|
|
each new server that you wish to manage with pgAdmin. To open the *Server*
|
|
|
|
dialog, right-click on the *Servers* node of the tree control, and select
|
2022-02-14 00:43:48 -06:00
|
|
|
*Server* from the *Register* menu.
|
2016-07-02 11:20:51 -05:00
|
|
|
|
|
|
|
.. toctree::
|
2016-06-21 03:06:44 -05:00
|
|
|
|
2016-07-02 11:20:51 -05:00
|
|
|
server_dialog
|
2016-06-21 03:06:44 -05:00
|
|
|
|
2022-03-15 09:54:22 -05:00
|
|
|
Alternatively you can use the *Cloud Deployment* wizard to deploy a new
|
|
|
|
PostgreSQL instance in the cloud, and connect to it.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
cloud_deployment
|
|
|
|
|
2019-05-28 01:30:18 -05:00
|
|
|
A master password is required to secure and later unlock saved server passwords.
|
|
|
|
It is set by the user and can be disabled using config.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
master_password
|
|
|
|
|
2018-11-21 10:09:05 -06:00
|
|
|
After defining a server connection, right-click on the server name, and select
|
|
|
|
*Connect to server* to authenticate with the server, and start using pgAdmin to
|
|
|
|
manage objects that reside on the server.
|
2016-06-21 03:06:44 -05:00
|
|
|
|
2016-07-02 11:20:51 -05:00
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
connect_to_server
|
2018-11-21 10:09:05 -06:00
|
|
|
connect_error
|
|
|
|
|
|
|
|
Server definitions (and their groups) can be exported to a JSON file and
|
|
|
|
re-imported to the same or a different system to enable easy pre-configuration
|
|
|
|
of pgAdmin.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
import_export_servers
|