Answers for "psql connect to database example"

SQL
1

psql connect

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

postgresql connect to database command line

user@user-pc:~$ sudo -i -u postgres
postgres@user-pc:~$ psql
psql (9.3.5, server 9.3.6)
Type "help" for help.
Posted by: Guest on February-18-2021
1

psql connect to another database

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

Code answers related to "psql connect to database example"

Code answers related to "SQL"

Browse Popular Code Answers by Language