Hi I wanted to connect to Postgres that I created on Google Cloud SQL using psql. In the instruction it says to connect to the database do this
psql "sslmode=disable dbname=postgres user=postgres hostaddr=INSTANCE_IP"
I have tried to do so using my Terminal on my Linux laptop, but after I press enter, nothing happen... I'm confused what to do next? How should I create a table, query etc?


