Answers for "access postgres command line"

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
1

access the postgres psql

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

Code answers related to "access postgres command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language