2016-06-21 03:06:44 -05:00
|
|
|
|
.. _server_dialog:
|
2016-05-13 08:43:57 -05:00
|
|
|
|
|
2018-06-15 03:14:12 -05:00
|
|
|
|
**********************
|
|
|
|
|
`Server Dialog`:index:
|
|
|
|
|
**********************
|
2016-05-13 08:43:57 -05:00
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
Use the *Server* dialog to describe a connection to a server. Note: you must
|
|
|
|
|
ensure that the pg_hba.conf file of the server from which you are connecting
|
|
|
|
|
allows connections from the host of the client.
|
2016-05-13 08:43:57 -05:00
|
|
|
|
|
2016-05-20 15:39:21 -05:00
|
|
|
|
.. image:: images/server_general.png
|
2018-01-11 10:58:30 -06:00
|
|
|
|
:alt: Server dialog general tab
|
2019-03-08 09:29:05 -06:00
|
|
|
|
:align: center
|
2016-05-13 08:43:57 -05:00
|
|
|
|
|
|
|
|
|
Use the fields in the *General* tab to identify the server:
|
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Use the *Name* field to add a descriptive name for the server; the name
|
2023-03-28 11:50:14 -05:00
|
|
|
|
specified will be displayed in the *Object Explorer*.
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Use the drop-down list box in the *Server group* field to select the parent
|
2023-03-28 11:50:14 -05:00
|
|
|
|
node for the server; the server will be displayed in the *Object Explorer*
|
2019-03-08 09:29:05 -06:00
|
|
|
|
control within the specified group.
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Use the color-picker in the *Background* field to specify the background
|
|
|
|
|
color for the server.
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Use the color-picker in the *Foreground* field to specify the foreground
|
|
|
|
|
color for the server.
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* If the *Connect now?* checkbox is checked, the client will attempt a
|
|
|
|
|
connection to the server upon completion of the dialog; this is the default
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
2020-09-30 01:59:59 -05:00
|
|
|
|
* If the *Shared?* switch is moved to *Yes* then that server can be
|
2021-05-10 04:20:47 -05:00
|
|
|
|
shared with all the other users. This option is available only to admin users.
|
|
|
|
|
For more information on users see :ref:`User Management Dialog <user_management>`.
|
|
|
|
|
Users can access the shared servers with some restrictions - the following
|
|
|
|
|
operations on shared servers are not permitted:
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
|
|
|
|
* Delete the server
|
|
|
|
|
* Rename the server
|
|
|
|
|
* Rename the group server
|
|
|
|
|
* Change of host, port, and maintenance database
|
|
|
|
|
|
2021-05-10 04:20:47 -05:00
|
|
|
|
Please note that once the server is shared, it's icon is changed in the
|
2023-03-28 11:50:14 -05:00
|
|
|
|
object explorer.
|
2020-09-11 08:42:08 -05:00
|
|
|
|
|
2023-10-11 02:26:06 -05:00
|
|
|
|
* Use the *Shared Username* field to fill the username of the shared server
|
|
|
|
|
connection. By default, it will take the username of the server being shared.
|
|
|
|
|
|
2016-05-13 08:43:57 -05:00
|
|
|
|
* Provide a comment about the server in the *Comments* field.
|
|
|
|
|
|
|
|
|
|
Click the *Connection* tab to continue.
|
|
|
|
|
|
2016-05-20 15:39:21 -05:00
|
|
|
|
.. image:: images/server_connection.png
|
2018-01-11 10:58:30 -06:00
|
|
|
|
:alt: Server dialog connection tab
|
2019-03-08 09:29:05 -06:00
|
|
|
|
:align: center
|
2016-05-13 08:43:57 -05:00
|
|
|
|
|
|
|
|
|
Use the fields in the *Connection* tab to configure a connection:
|
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Specify the IP address of the server host, or the fully qualified domain
|
|
|
|
|
name in the *Host name/address* field. If you provide a unix domain socket,
|
|
|
|
|
the directory name must begin with a "/".
|
|
|
|
|
* Enter the listener port number of the server host in the *Port* field. The
|
|
|
|
|
default is *5432*.
|
|
|
|
|
* Use the *Maintenance database* field to specify the name of the initial
|
|
|
|
|
database to which the client will connect. If you will be using pgAgent or
|
|
|
|
|
adminpack objects, the pgAgent schema and adminpack objects should be
|
|
|
|
|
installed on that database.
|
|
|
|
|
* Use the *Username* field to specify the name of a role that will be used when
|
|
|
|
|
authenticating with the server.
|
2021-05-10 04:20:47 -05:00
|
|
|
|
* When *Kerberos authentication?* is set to *True*, pgAdmin will try to connect
|
|
|
|
|
the PostgreSQL server using Kerberos authentication.
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Use the *Password* field to provide a password that will be supplied when
|
|
|
|
|
authenticating with the server.
|
|
|
|
|
* Check the box next to *Save password?* to instruct pgAdmin to save the
|
|
|
|
|
password for future use. Use
|
|
|
|
|
:ref:`Clear Saved Password <clear_saved_passwords>` to remove the saved
|
|
|
|
|
password.
|
|
|
|
|
* Use the *Role* field to specify the name of a role that has privileges that
|
|
|
|
|
will be conveyed to the client after authentication with the server. This
|
|
|
|
|
selection allows you to connect as one role, and then assume the permissions
|
|
|
|
|
of this specified role after the connection is established. Note that the
|
|
|
|
|
connecting role must be a member of the role specified.
|
|
|
|
|
* Use the *Service* field to specify the service name. For more information,
|
|
|
|
|
see
|
2019-03-12 09:24:46 -05:00
|
|
|
|
`Section 33.16 of the Postgres documentation <https://www.postgresql.org/docs/current/libpq-pgservice.html>`_.
|
2017-09-28 04:02:33 -05:00
|
|
|
|
|
2023-01-23 05:49:59 -06:00
|
|
|
|
Click the *Parameters* tab to continue.
|
2017-09-28 04:02:33 -05:00
|
|
|
|
|
2023-01-23 05:49:59 -06:00
|
|
|
|
.. image:: images/server_parameters.png
|
2018-01-11 10:58:30 -06:00
|
|
|
|
:alt: Server dialog ssl tab
|
2019-03-08 09:29:05 -06:00
|
|
|
|
:align: center
|
2017-09-28 04:02:33 -05:00
|
|
|
|
|
2023-01-23 05:49:59 -06:00
|
|
|
|
Use the fields in the *Parameters* tab to configure a connection:
|
2017-09-28 04:02:33 -05:00
|
|
|
|
|
2023-01-23 05:49:59 -06:00
|
|
|
|
Click on the *+* button to add a new parameter. Some of the parameters are:
|
|
|
|
|
|
|
|
|
|
* *Host address* using this field to specify the host IP address may save time
|
|
|
|
|
by avoiding a DNS lookup on connection, but it may be useful to specify both
|
|
|
|
|
a host name and address when using Kerberos, GSSAPI, or SSPI authentication
|
|
|
|
|
methods, as well as for verify-full SSL certificate verification.
|
|
|
|
|
* *Password File* field to specify the location of a password file
|
|
|
|
|
(.pgpass). A .pgpass file allows a user to login without providing a password
|
|
|
|
|
when they connect. For more information, see
|
|
|
|
|
`Section 33.15 of the Postgres documentation <https://www.postgresql.org/docs/current/libpq-pgpass.html>`_.
|
|
|
|
|
* *Connection timeout* field to specify the maximum wait for connection,
|
|
|
|
|
in seconds. Zero or not specified means wait indefinitely. It is not
|
|
|
|
|
recommended to use a timeout of less than 2 seconds. By default it is set to
|
|
|
|
|
10 seconds.
|
|
|
|
|
* *SSL mode* field to select the type of SSL connection the server should use.
|
|
|
|
|
For more information about using SSL encryption, see
|
2019-03-12 09:24:46 -05:00
|
|
|
|
`Section 33.18 of the Postgres documentation <https://www.postgresql.org/docs/current/libpq-ssl.html>`_.
|
2019-03-08 09:29:05 -06:00
|
|
|
|
|
|
|
|
|
If pgAdmin is installed in Server mode (the default mode), you can use the
|
|
|
|
|
platform-specific File manager dialog to upload files that support SSL
|
|
|
|
|
encryption to the server. To access the File manager dialog, click the
|
|
|
|
|
icon that is located to the right of each of the following fields.
|
|
|
|
|
|
2023-01-23 05:49:59 -06:00
|
|
|
|
* *Client certificate* field to specify the file containing the client
|
2019-03-08 09:29:05 -06:00
|
|
|
|
SSL certificate. This file will replace the default
|
|
|
|
|
*~/.postgresql/postgresql.crt* if pgAdmin is installed in Desktop mode, and
|
|
|
|
|
*<STORAGE_DIR>/<USERNAME>/.postgresql/postgresql.crt* if pgAdmin is installed
|
|
|
|
|
in Web mode. This parameter is ignored if an SSL connection is not made.
|
2023-01-23 05:49:59 -06:00
|
|
|
|
* *Client certificate key* field to specify the file containing the
|
2019-03-08 09:29:05 -06:00
|
|
|
|
secret key used for the client certificate. This file will replace the
|
|
|
|
|
default *~/.postgresql/postgresql.key* if pgAdmin is installed in Desktop
|
|
|
|
|
mode, and *<STORAGE_DIR>/<USERNAME>/.postgresql/postgresql.key* if pgAdmin
|
|
|
|
|
is installed in Web mode. This parameter is ignored if an SSL connection is
|
|
|
|
|
not made.
|
2023-01-23 05:49:59 -06:00
|
|
|
|
* *Root certificate* field to specify the file containing the SSL
|
2019-03-08 09:29:05 -06:00
|
|
|
|
certificate authority. This file will replace the default
|
|
|
|
|
*~/.postgresql/root.crt*. This parameter is ignored if an SSL connection is
|
|
|
|
|
not made.
|
2023-01-23 05:49:59 -06:00
|
|
|
|
* *Certificate revocation list* field to specify the file containing
|
2019-03-08 09:29:05 -06:00
|
|
|
|
the SSL certificate revocation list. This list will replace the default list,
|
|
|
|
|
found in *~/.postgresql/root.crl*. This parameter is ignored if an SSL
|
|
|
|
|
connection is not made.
|
2023-01-23 05:49:59 -06:00
|
|
|
|
* *SSL compression?* is set to *True*, data sent over SSL connections will
|
|
|
|
|
be compressed. The default value is *False* (compression is disabled). This
|
2019-03-08 09:29:05 -06:00
|
|
|
|
parameter is ignored if an SSL connection is not made.
|
|
|
|
|
|
|
|
|
|
.. warning:: In Server mode, certificates, private keys, and the revocation list
|
|
|
|
|
are stored in the per-user file storage area on the server, which is owned
|
|
|
|
|
by the user account under which the pgAdmin server process is run. This
|
|
|
|
|
means that administrators of the server may be able to access those files;
|
|
|
|
|
appropriate caution should be taken before choosing to use this feature.
|
2016-05-13 08:43:57 -05:00
|
|
|
|
|
2018-05-04 05:27:27 -05:00
|
|
|
|
Click the *SSH Tunnel* tab to continue.
|
|
|
|
|
|
|
|
|
|
.. image:: images/server_ssh_tunnel.png
|
|
|
|
|
:alt: Server dialog ssh tunnel tab
|
2019-03-08 09:29:05 -06:00
|
|
|
|
:align: center
|
2018-05-04 05:27:27 -05:00
|
|
|
|
|
|
|
|
|
Use the fields in the *SSH Tunnel* tab to configure SSH Tunneling:
|
|
|
|
|
|
|
|
|
|
You can use the "SSH Tunnel" tab to connect pgAdmin (through an intermediary
|
|
|
|
|
proxy host) to a server that resides on a network to which the client may
|
|
|
|
|
not be able to connect directly.
|
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Set "Use SSH tunneling" to *Yes* to specify that pgAdmin should use an SSH
|
|
|
|
|
tunnel when connecting to the specified server.
|
|
|
|
|
* Specify the name or IP address of the SSH host (through which client
|
|
|
|
|
connections will be forwarded) in the *Tunnel host* field.
|
|
|
|
|
* Specify the port of the SSH host (through which client connections will be
|
|
|
|
|
forwarded) in the *Tunnel port* field.
|
|
|
|
|
* Specify the name of a user with login privileges for the SSH host in the
|
|
|
|
|
*Username* field.
|
|
|
|
|
* Specify the type of authentication that will be used when connecting to the
|
|
|
|
|
SSH host in the *Authentication* field:
|
|
|
|
|
|
|
|
|
|
* Select the *Password* option to specify that pgAdmin will use a password
|
|
|
|
|
for authentication to the SSH host. This is the default.
|
|
|
|
|
* Select the *Identity file* to specify that pgAdmin will use a private key
|
|
|
|
|
file when connecting.
|
|
|
|
|
|
|
|
|
|
* If the SSH host is expecting a private key file for authentication, use the
|
|
|
|
|
*Identity file* field to specify the location of the key file.
|
|
|
|
|
* If the SSH host is expecting a password of the user name or an identity file
|
|
|
|
|
if being used, use the *Password* field to specify the password.
|
|
|
|
|
* Check the box next to *Save password?* to instruct pgAdmin to save the
|
|
|
|
|
password for future use. Use
|
|
|
|
|
:ref:`Clear SSH Tunnel Password <clear_saved_passwords>` to remove the saved
|
|
|
|
|
password.
|
2023-12-19 04:46:03 -06:00
|
|
|
|
* Use the *Keep alive* field to specify interval in seconds defining the period
|
|
|
|
|
in which, if no data was sent over the connection, a ‘keepalive’ packet will
|
|
|
|
|
be sent (and ignored by the remote host). This can be useful to keep
|
|
|
|
|
connections alive over a NAT. You can set to 0 for disable keepalive.
|
2018-08-06 05:26:46 -05:00
|
|
|
|
|
2018-05-04 05:27:27 -05:00
|
|
|
|
|
2017-06-26 14:48:59 -05:00
|
|
|
|
Click the *Advanced* tab to continue.
|
|
|
|
|
|
|
|
|
|
.. image:: images/server_advanced.png
|
2018-01-11 10:58:30 -06:00
|
|
|
|
:alt: Server dialog advanced tab
|
2019-03-08 09:29:05 -06:00
|
|
|
|
:align: center
|
2017-06-26 14:48:59 -05:00
|
|
|
|
|
|
|
|
|
Use the fields in the *Advanced* tab to configure a connection:
|
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Use the *DB restriction* field to provide a SQL restriction that will be used
|
|
|
|
|
against the pg_database table to limit the databases that you see. For
|
|
|
|
|
example, you might enter: *live_db test_db* so that only live_db and test_db
|
|
|
|
|
are shown in the pgAdmin browser. Separate entries with a comma or tab as you
|
|
|
|
|
type.
|
2022-10-15 04:19:04 -05:00
|
|
|
|
* Use the *Password exec command* field to specify a shell command to be executed
|
|
|
|
|
to retrieve a password to be used for SQL authentication. The ``stdout`` of the
|
|
|
|
|
command will be used as the SQL password. This may be useful when the password
|
|
|
|
|
should be generated as a transient authorization token instead of providing a
|
|
|
|
|
password when connecting in `PAM authentication <https://www.postgresql.org/docs/current/auth-pam.html>`_ scenarios.
|
|
|
|
|
* Use the *Password exec expiration* field to specify a maximum age, in seconds,
|
|
|
|
|
of the password generated with a *Password exec command*. If not specified,
|
|
|
|
|
the password will not expire until your pgAdmin session does.
|
|
|
|
|
Zero means the command will be executed for each new connection or reconnection that is made.
|
|
|
|
|
If the generated password is not valid indefinitely, set this value to slightly before it will expire.
|
2023-10-12 06:24:06 -05:00
|
|
|
|
* Use the *Prepare threshold* field to specify the number of times a query is
|
|
|
|
|
executed before it is prepared. If it is set to 0, every query is prepared
|
|
|
|
|
the first time it is executed. If it is set to blank, prepared statements are disabled
|
|
|
|
|
on the connection. This is particularly useful with external connection poolers,
|
|
|
|
|
such as PgBouncer, which is not compatible with prepared statements. Set this to
|
|
|
|
|
blank in such cases.
|
2019-03-08 09:29:05 -06:00
|
|
|
|
|
|
|
|
|
.. note:: The password file option is only supported when pgAdmin is using libpq
|
|
|
|
|
v10.0 or later to connect to the server.
|
2017-09-28 04:02:33 -05:00
|
|
|
|
|
2022-10-15 04:19:04 -05:00
|
|
|
|
.. note:: The Password exec option is only supported when pgAdmin is run in desktop mode.
|
|
|
|
|
|
2017-12-18 05:00:11 -06:00
|
|
|
|
* Click the *Save* button to save your work.
|
2021-09-27 01:59:39 -05:00
|
|
|
|
* Click the *Close* button to exit without saving your work.
|
2019-03-08 09:29:05 -06:00
|
|
|
|
* Click the *Reset* button to return the values specified on the Server dialog
|
|
|
|
|
to their original condition.
|
2018-07-27 04:06:42 -05:00
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
2020-09-11 08:42:08 -05:00
|
|
|
|
clear_saved_passwords
|