Answers for "postgres cli connect"

SQL
1

how to access postgres CLI

# User postgres is default. It then may ask you for password. 
psql -U postgres
Posted by: Guest on January-21-2021
2

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