How to Install psql Command line on Windows Machine and Connect to PostgreSQL Instance on GCP

preview_player
Показать описание
How to Install psql Command line on Windows Machine and Connect to PostgreSQL Instance on GCP Tutorial 2022, in this video we are going to learn How to Install psql Command line on Windows Machine and Connect to PostgreSQL Instance on GCP | GCP Tutorial 2022, Google Cloud Platform Step by Step - GCP Tutorial 2022 - GCP Tutorial 2022 Step by Step - Google Cloud Platform Tutorial 2022.

Command Line Tools:

commad line tools

Connect to PostgresSQL on GCP
psql "sslmode=disable dbname=postgres user=postgres hostaddr=Your Instance IP"

#googlecloudplatform Tutorial for beginners
#googlecloudplatform Tutorial 2022
Step by step Google Cloud Platform Tutorial
Real-time Google Cloud Platform Tutorial
Scenario-based training on Google Cloud Platform
Best GCP Tutorial on youtube
#googlecloud #googlecloudplatform
Рекомендации по теме
Комментарии
Автор

Thank you, it worked for me still in 2024. In case anyone else is trying, it is only working using the Command Prompt for me, and not Windows Powershell.

mickdonalds
Автор

hey I have a question. I want to use psql commands to create database & tables on my local system.
Inside pgAdmin it's easy to do using GUI but how to do this in plsql?
Is it like just go to command line(cmd) and use plsql commands in any folder I want or there's a different process for it?

vivekjoshi