Answers for "linux open psql"

1

how to start psql in linux

sudo service postgresql start
# To start the postgresql service
Posted by: Guest on December-12-2020
2

open postgres in terminal

sudo -i -u postgres psql
Posted by: Guest on June-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language