The pgAdmin tool is a database administration tool that can be run on the desktop, or in your browser. It is available for Chrome, Firefox, Edge, and Safari browsers, or can be installed on Microsoft Windows, Apple macOS, or various Linux flavors.

For more information about pgAdmin, including download and installation instructions, see pgadmin.org.

  • Download and install pgAdmin. For the instructions to download and install, see pgadmin.org.

This table provides the description and example values for the fields in the Connection dialog.

SettingExample valueDescription
Host name/addresslocalhost,127.0.0.1 postgresql.example.com, <REMOTE_HOST>.tsdb.cloud.timescale.comThe fully qualified server name or IP address of your TimescaleDB server or the host name of your Timescale service.
Port5432The port number of the TimescaleDB server or the Timescale service.
Usernamepostgres, tsdbadminThe user name you want to log in with. Use tsdbadmin for Timescale services
PasswordpasswordThe password for the account you are logging in with
Save passwordToggleEnable if you don't want to enter the password each time you connect.
Maintenance database namepostgres, tsdbThis option is used to specify the initial database that pgAdmin connects to. The database name for a Timescale service is tsdb. You can also specify the name of the database to connect to.

Keywords

Found an issue on this page?Report an issue or Edit this page in GitHub.