Answers for "mac start postgresql via homebrew"

5

install postgresql on mac

brew install postgresql
Posted by: Guest on March-17-2020
3

brew start postgres manual

pg_ctl -D /usr/local/var/postgres start
Posted by: Guest on April-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language