Answers for "psql connect to server db"

SQL
2

psql connect

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

psql connect to another database

c DBNAME
connect DBNAME
Posted by: Guest on January-12-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language