Answers for "starting postgres from command line"

1

how to start psql in linux

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

run postgres locally

$ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
Posted by: Guest on June-24-2020

Code answers related to "starting postgres from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language