Answers for "connect to psql"

SQL
1

access the postgres psql

psql -h localhost -U username databasename
Posted by: Guest on August-05-2020
1

psql connect

psql -d gpdatabase -h master_host -p 5432 -U gpadmin
Posted by: Guest on July-13-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language