Answers for "connect to postgres from command line"

2

open postgres in terminal

sudo -i -u postgres psql
Posted by: Guest on June-10-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

Code answers related to "connect to postgres from command line"

Browse Popular Code Answers by Language