Answers for "how to start postgres with data command line"

SQL
2

start postgres server

pg_ctl -D /usr/local/var/postgres start
Posted by: Guest on April-13-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 "how to start postgres with data command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language