Answers for "mac check if postgres is running"

SQL
0

check postgres process in mac

ps -ef | grep postgres
Posted by: Guest on February-08-2021
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 "mac check if postgres is running"

Code answers related to "SQL"

Browse Popular Code Answers by Language