

For information about changing the default start directory, see Configure the terminal emulator. By default, the terminal emulator runs with the current directory set to the root directory of the current project. If you haven’t yet, you can head over to our documentation page and find out more about TimescaleDB, our open-source extension that makes PostgreSQL scalable. Open the Terminal tool window From the main menu, select View Tool Windows Terminal or press Alt+F12. Option 2: psql Now you have connected via psql. Once you run that command, the prompt will ask you for your password. Now, in order to connect to your PostgreSQL server, we’ll need the following connection params: Let’s confirm that psql is installed: psql -version Last step: Connect to your PostgreSQL server Note: This only installs the psql client and not the PostgreSQL database.

Install on Ubuntu and Debian using the apt package manager: sudo apt-get update From your command line, run the following commands: brew doctorįinally, symlink psql (and other libpq tools) into /usr/local/bin: brew link -force libpq Install on Ubuntu 16.04,18.04 and Debian 9,10 It handles the job of authenticating clients, as well as making the applications available remotely. psql -version Install on MacOS using Homebrew Terminal Server is the server component of Terminal services. In fact, if you’ve ever installed Postgres or TimescaleDB before, you likely already have psql installed. Before you startīefore you start, you should confirm that you don’t already have psql installed. Here we explain how to install psql on various platforms. Psql is the standard command line interface for interacting with a PostgreSQL or TimescaleDB instance.
