Answers for "connect to postgresql command line"

SQL
1

access the postgres psql

psql -h localhost -U username databasename
Posted by: Guest on August-05-2020
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

Code answers related to "connect to postgresql command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language