Answers for "check postgres process in mac"

1

check postgres version in ubuntu

$ locate bin/postgres
/usr/lib/postgresql/9.3/bin/postgres
Posted by: Guest on December-16-2020
0

check postgres process in mac

ps -ef | grep postgres
Posted by: Guest on February-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language